tafia / calamine

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

use nested crate to store xlsx shared strings #369

Open tafia opened 8 months ago

tafia commented 8 months ago

Use nested::Nested to store xlsx shared strings.

My tests show a marginal improvement in terms of speed but memory impact might be noticeable for pathologically large SharedString files.