jandrew / Spreadsheet-XLSX-Reader-LibXML

Read spreadsheet files with xlsx extentions
Other
4 stars 2 forks source link

Store read shared strings values rather than reparsing the file in order to see a speedup #46

Closed jandrew closed 9 years ago

jandrew commented 9 years ago

This applies to spreadsheets storing a lot of text. There needs to be a flag to turn off storage an parse it serially (very slow) for excessively large files.