spreadsheet-xlsx
spreadsheet-xlsx copied to clipboard
max row/column values?
Probably this isn't actually an issue and is more of a functionality question - but I've gone over the code and existing docs, and I'm not sure how else to clarify this. So apologies in advance for that. In the Perl5 implementation of Spreadsheet::XLSX (and I know there is no reason why the raku version would be the same) worksheets have max col and row values which can be used to loop over the worksheet. Are these not present in this version? How does one loop over the worksheet using this module? Or is this a TODO ?
Hello, I have the same question.