Trouble decoding file #176

Closed
opened 2015-02-15 21:38:44 +00:00 by shakhal · 5 comments
shakhal commented 2015-02-15 21:38:44 +00:00 (Migrated from github.com)

Hello,
I am having trouble parsing a Hebrew XLSX file
attached here: http://goo.gl/kPOfNr

Some of the cells data comes out empty.
For example for the first sheet: A1, A2, A3, A5, C6 etc..

Any help would be appreciated,
TIA,
Shakhal

Hello, I am having trouble parsing a Hebrew XLSX file attached here: http://goo.gl/kPOfNr Some of the cells data comes out empty. For example for the first sheet: A1, A2, A3, A5, C6 etc.. Any help would be appreciated, TIA, Shakhal
SheetJSDev commented 2015-02-15 22:38:16 +00:00 (Migrated from github.com)

I apparently already fixed it in my local copy, https://github.com/SheetJS/js-xlsx/blob/master/xlsx.js#L2053 should read

            var o = parse_si(ss[i].trim(), opts);

Keeping open until next commit lands

I apparently already fixed it in my local copy, https://github.com/SheetJS/js-xlsx/blob/master/xlsx.js#L2053 should read ``` var o = parse_si(ss[i].trim(), opts); ``` Keeping open until next commit lands
shakhal commented 2015-02-15 22:46:30 +00:00 (Migrated from github.com)

Awesome!
Thank you so much :)

Awesome! Thank you so much :)
oising commented 2015-02-17 15:52:06 +00:00 (Migrated from github.com)

Any idea when the next commit lands? ;)

Any idea when the next commit lands? ;)
shakhal commented 2015-02-25 14:56:13 +00:00 (Migrated from github.com)

+1 waiting for next realease, much appreciated! TIA!

+1 waiting for next realease, much appreciated! TIA!
shakhal commented 2015-04-26 21:26:36 +00:00 (Migrated from github.com)

Hey,
Thanks for your efforts on merging xls & xlsx,
Seems like this issue is back again...

Hey, Thanks for your efforts on merging xls & xlsx, Seems like this issue is back again...
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#176
No description provided.