Source: factory.export/ObjDataExportXlsx.py
Excel .xlsx exporter using openpyxl.
Replaces the legacy xlwt-based ObjDataExportXls which was limited
to the old .xls format (max 65,536 rows, 32,767 char cell limit).
openpyxl supports .xlsx with 1,048,576 rows and no practical cell
...
| Method | Signature | Description |
|---|---|---|
| apply_palette | apply_palette(palette: dict | None = None) -> None |
Load header colours from an ObjPalette dict or database. |
| OpenFile | OpenFile(filename) |
|
| CloseFile | CloseFile() |
|
| WriteHeader | WriteHeader(HeaderFields) |
|
| WriteData | WriteData(Data) |
|
| DefaultExtension | DefaultExtension() |