Is your feature request related to a problem? Please describe.
gov.uk requires spreadsheets in ODS format. Currently gptables only outputs XLSX files.
Describe the solution you'd like
Option when using write_workbook to change output file format
Additional context
Underlying xlsxwriter package only writes to XLSX - would likely require writing to XLSX, reading and rewriting to ODS
Is your feature request related to a problem? Please describe.
gov.uk requires spreadsheets in ODS format. Currently gptables only outputs XLSX files.
Describe the solution you'd like
Option when using
write_workbookto change output file formatAdditional context
Underlying xlsxwriter package only writes to XLSX - would likely require writing to XLSX, reading and rewriting to ODS