excelx-derive 0.3.0

Derive macro for the excelx ExcelRow trait.
Documentation
1
2
3
4
5
error: ExcelRow can only be derived for structs with named fields
 --> tests/ui/tuple_struct.rs:4:1
  |
4 | struct TupleStruct(#[excel(header = "ID", order = 1)] i64);
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^