XLSX.jl
XLSX.jl copied to clipboard
Make `Worksheet` a Tables.jl table
Would it not be possible to treat Worksheet directly as a table? I am wondering why calling eachtablerow is not automated for Tables.rows(worksheet::Worksheet) = eachtablerow(worksheet) ?
It is possible, and a design decision. What would you do with all the opcional arguments that eachtablerow provides?
I guess you would still call eachtablerow for those, and it would just be the defaults.
I like that idea!