excelx-derive 0.4.1

Derive macro for the excelx ExcelRow trait.
Documentation
1
2
3
4
5
6
7
error: ExcelRow can only be derived for structs
 --> tests/ui/enum.rs:4:1
  |
4 | / enum RowKind {
5 | |     One,
6 | | }
  | |_^