spreadsheet-xlsx icon indicating copy to clipboard operation
spreadsheet-xlsx copied to clipboard

Work with Excel (XLSX) spreadsheets in Raku.

Results 4 spreadsheet-xlsx issues
Sort by recently updated
recently updated
newest added

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...

In my first attempt to get familiar with the Spreadsheet::XLSX module, I started off with the following minimalist code: ``` use Spreadsheet::XLSX; # Read a workbook from an existing file...

Calling `.value` on a empty cell dies with ``` Method 'sync-value-xml' must be implemented by Spreadsheet::XLSX::Cell because it is required by roles: Spreadsheet::XLSX::Cell. ``` Repro: ``` use Spreadsheet::XLSX; my $work-book...

When I tried to execute the sample program (please see the attachment), there was an error. Any suggestions ? Operating system : macOS 11.1 Raku : Implementing the Raku(tm) programming...