OpenDataServices / flatten-tool

Tools for generating CSV and other flat versions of the structured data
http://flatten-tool.readthedocs.io/en/latest/
MIT License
105 stars 15 forks source link

create-template: Output XLSX worksheets in schema order #425

Open duncandewhurst opened 1 year ago

duncandewhurst commented 1 year ago

Presently, the create-template command outputs XLSX worksheets in alphabetical order by worksheet name, with the exception of the main sheet.

From https://github.com/GFDRR/rdls-spreadsheet-template/issues/1, it would be preferable for the worksheets to be output in schema order so that users can complete them in a logical order.

Edit: For RDLS, we can workaround this with a post-processing step, for now.