pyspreadsheet icon indicating copy to clipboard operation
pyspreadsheet copied to clipboard

Need to be able to stop reading

Open tristanpemble opened this issue 11 years ago • 2 comments

When streaming, if there is an error, I need to be able to halt the stream. At the moment I can't do that.

tristanpemble avatar Aug 08 '14 17:08 tristanpemble

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.

extrabacon avatar Aug 10 '14 15:08 extrabacon

I also need to be able to stop reading since I have cases when I need to read only first 100 rows from 700000.

mstralenya avatar Feb 06 '17 13:02 mstralenya