pyexcel / pyexcel-xlsx

A wrapper library to read, manipulate and write data in xlsx and xlsm format using openpyxl
Other
115 stars 32 forks source link

sheet order #38

Open colderleo opened 4 years ago

colderleo commented 4 years ago

Excellent tool, I like it very much.

And I saw the result of get_data() is OrderedDict, but the order doesn't exactly match the sheet order in excel. Is it a bug? Thank you.

chfw commented 4 years ago

It should respect the order of sheets in an excel file.

chfw commented 2 years ago

2 years down the line, reproducible example is required to proceed.