tafia / calamine

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

Formula empty string value handling #349

Closed jqnatividad closed 10 months ago

jqnatividad commented 10 months ago

alternative to @7Towers' PR (#348 ) but returning DataType::String("".to_string()) instead of just None to align calamine with how xlrd and sheetjs handles it per @dimastbk .

Also includes test, using test file provided by @dimastbk

tafia commented 10 months ago

Thanks!