tafia / calamine

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

feat: added is_error and get_error methods for the DataType trait #409

Closed lukapeschke closed 7 months ago

lukapeschke commented 7 months ago

The DataType trait does not allow to access cell errors yet, this adds support for it

lukapeschke commented 7 months ago

@tafia could you please have a look ? :pray: