extrame / xls

Pure Golang xls library
Apache License 2.0
329 stars 207 forks source link

Do not use this package in production environment #46

Open zhangriyueming opened 6 years ago

zhangriyueming commented 6 years ago

Always persist original uploaded files

sergeilem commented 6 years ago

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

kolkov commented 5 years ago

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) ((

sergeilem commented 5 years ago

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

kolkov commented 5 years ago

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

Thanks! Ho can I do this?

sergeilem commented 5 years ago

@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.

kolkov commented 5 years ago

@sergeilem all files on gmail)

darren0609 commented 5 years ago

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.

kolkov commented 5 years ago

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

sergeilem commented 5 years ago

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

kolkov commented 5 years ago

@sergeilem whats news?

sergeilem commented 5 years ago

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