I have an spreadsheet-based automated report that needs to be created daily, with some charts, aggregating functions (e.g. SUM and AVERAGE) and formatted cells (Dates, perce
You can use PyUNO, a Python library to use UNO API.
Here is a Python example to do some manipulations in a Calc document.