Python Program to Edit Excel Files

Using the Python program discussed here, we can ‘add or delete Text’, ‘insert Formulas’ and ‘modify the Formatting’ across thousands of Excel Workbooks in a computer Folder. Install Python and openpyxl To write and execute this program, you need Python, along with the openpyxl library. Those who doesn’t have Python installed on their computer, check … Read more

Forecasting in Excel

We can create a forecast based on Historical data using the Forecast Sheet option in Excel. This option is available from Excel 2016 and is placed in the Data tab of Excel ribbon Let’s see how to forecast the price of Petrol in India for the next few years, based on on the historical data … Read more