ToucanToco / fastexcel

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

Accept `bytes` rather than a file path as input format #162

Closed lukapeschke closed 4 months ago

lukapeschke commented 5 months ago

There are contexts where this would be nice to have, such as when fetching a file over the network. It would also allow a tighter integration with polars: https://github.com/pola-rs/polars/pull/14000#discussion_r1467389386