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.