Python, OpenOffice: Programmatically Manipulating spreadsheets

后端 未结 3 1072
闹比i
闹比i 2020-12-10 15:17

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

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-10 16:02

    You can use PyUNO, a Python library to use UNO API.

    Here is a Python example to do some manipulations in a Calc document.

提交回复
热议问题