ToucanToco / fastexcel

A Python wrapper around calamine
http://fastexcel.toucantoco.dev/
MIT License
120 stars 6 forks source link

fix: respect provided column ordering in use_columns when loading a sheet eagerly #262

Closed lukapeschke closed 4 months ago

lukapeschke commented 4 months ago

Fix an inconsistency in column ordering when loading a sheet eagerly. I guess this occured because the ager loading PR stood open for so long that the refactoring on column metadata was done in the meantime, and wasn't properly taken into account when updating the eagerness branch