I would like to try and make a program which does the following, preferably in Python, but if it needs to be C# or other, that's OK.
- Writes data to an excel spreadsheet
- Makes Excel recalculate formulas etc. in the modified spreadsheet
- Extracts the results back out
I have used things like openpyxl before, but this obviously can't do step 2. Is the a way of recalculating the spreadsheet without opening it in Excel? Any thoughts greatly appreciated.
Thanks,
Jack