excelx-derive 0.4.1

Derive macro for the excelx ExcelRow trait.
Documentation
1
2
3
4
5
error: nested Option fields are not supported
 --> tests/ui/nested_option.rs:6:12
  |
6 |     value: Option<Option<String>>,
  |            ^^^^^^^^^^^^^^^^^^^^^^