xls icon indicating copy to clipboard operation
xls copied to clipboard

Do not use this package in production environment

Open zhangriyueming opened this issue 6 years ago • 11 comments

  • Boom 1G ram with a 2M xls file.
  • Corrupt data and columns for hundreds KB file.

Always persist original uploaded files

zhangriyueming avatar Aug 01 '18 04:08 zhangriyueming

I think I solved data corruption problem. Can you test your file with this fork: https://github.com/sergeilem/xls?

sergeilem avatar Aug 14 '18 18:08 sergeilem

Very strange Bug for me to. Also Tested with @sergeilem fork. In parse result in one column present data from other row and column (before row 83all ok? but after... all very very strange) ((

kolkov avatar Jan 23 '19 10:01 kolkov

@kolkov, if you can, send me your xls file, I’ll try to fix it.

sergeilem avatar Jan 23 '19 11:01 sergeilem

@kolkov, if you can, send me your xls file, I’ll try to fix it.

Thanks! Ho can I do this?

kolkov avatar Jan 23 '19 11:01 kolkov

@kolkov, if you can, send me your xls file, I’ll try to fix it.

Thanks! Ho can I do this?

Attach file here or send it to sergeilem at gmail.com.

sergeilem avatar Jan 23 '19 11:01 sergeilem

@sergeilem all files on gmail)

kolkov avatar Jan 23 '19 11:01 kolkov

Did this end up being solved? I am having the same issue, corruption occurs in files when translating. I am intending to use this to parse files into a DB from an "upload" then report out data.

darren0609 avatar Feb 02 '19 21:02 darren0609

@darren0609 try "github.com/Towbe/xls" fork. this works for me fine.

kolkov avatar Feb 04 '19 23:02 kolkov

@kolkov note there is no significant difference between my fork and Towbe's https://github.com/sergeilem/xls/compare/master...Towbe:master

sergeilem avatar Feb 05 '19 06:02 sergeilem

@sergeilem whats news?

kolkov avatar Feb 23 '19 15:02 kolkov

Hi @kolkov! I've tried to parse file you sent me with my sergeilem/xls and with tealeg/xlsx, results are equal.

sergeilem avatar Feb 26 '19 20:02 sergeilem