If your job involves, numbers, data, spreadsheets, and placing that info into reports, then you can automate a good chunk of that work-flow using python. For all things data, checkout out the following libraries:
numpy (vectorized data manipulation)
pandas (data manipulation, and easy import/export to spreadsheets)
matplotlib (graphs, plots, and kinds of data visualization)
jinja2 (automatically generating reports from templates)