pyspreadsheet
pyspreadsheet copied to clipboard
Need to be able to stop reading
When streaming, if there is an error, I need to be able to halt the stream. At the moment I can't do that.
Correct, the underlying Python script just keep running, reporting errors as they get caught, and finishing if the error is fatal or the end-of-file has been reached. Maybe we could add a "stopOnError" flag for this purpose. It would fix #11 at the same time.
I also need to be able to stop reading since I have cases when I need to read only first 100 rows from 700000.