Skip Menu |

This queue is for tickets about the Spreadsheet-XLSX CPAN distribution.

Report information
The Basics
Id: 122235
Status: new
Priority: 0/
Queue: Spreadsheet-XLSX

People
Owner: Nobody in particular
Requestors: CHUCKROB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.15
Fixed in: (no value)



Subject: Option to show records read every N records
While reading a spreadsheet, large spreadsheets can take 5+ minutes to read. Can we have a variable that, if set > 0, shows how many records read? So if I set "StatusEveryNRecords" to 100, it will show me every 100 records "100 of 111,599 records read" printed to the terminal. Default value should be 1000. Some spreadsheets take 5+ minutes to read and Spreadsheet::XLSX is a pretty slow read routine. It would be nice to have some feedback to show the programmer how many records are being read, and if this status message is too slow, it will also tell me if the system as a whole is slow for some reason.