jnthn / spreadsheet-xlsx

Work with Excel (XLSX) spreadsheets in Raku.
15 stars 10 forks source link

Introduce empty cell support #15

Closed vrurg closed 1 year ago

vrurg commented 1 year ago

Currently the module dies when encounters something like <c ... />. Hadnling such cases in user code results in unnecessary exception handling, even though emptyness is a totally valid thing.

jnthn commented 1 year ago

Thanks! A test to cover it would have been nice.

vrurg commented 1 year ago

I'll try to produce a test, but can promise nothing right now as I need to finish a job task about xlsx and for that need styles to differentiate plain numbers from dates.