spreadsheet-xlsx
spreadsheet-xlsx copied to clipboard
Work with Excel (XLSX) spreadsheets in Raku.
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...
Cannot locate native library 'libarchive.13.dylib': dlopen(libarchive.13.dylib, 10): image not found
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...