tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.69k stars 158 forks source link

Feature request: async api #286

Open DDtKey opened 1 year ago

DDtKey commented 1 year ago

It would be really great to support non-blocking read/writes with async api.

It could be an optional feature (e.g tokio).

And the same time #27 looks really important as well. Such files may be too large to load full range into memory.

RWDai commented 1 year ago

need too