Closed sergeilem closed 5 years ago
Had the same problem and I tested this and it works. Should be merged.
btw @sergeilem , you don't need to put your email and FIX as comments, git saves all that info with the commits. Eventually the code becomes full of such comments and that becomes annoying (hence why git saves them separately for when they need to be checked)
OK @alialamine, i removed FIX and email from comments, thank you
@sergeilem Careful with this fix, just discovered instances where it actually gives wrong output (cells on wrong rows, merging two rows, etc). While it fixes the issue of the data missing, it corrupts some of it.
@alialamine, can you give me sample file? I'll try to fix it.
More analysis needed, closing.
Fixed data reading from big files. Improved "continue" handling. Also test with big table added. Related to #31, #46. May be solving these issues.