NBEng

Results 1 issues of NBEng

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