decryption #47

Closed
opened 2014-02-14 06:53:26 +00:00 by surjikal · 7 comments
surjikal commented 2014-02-14 06:53:26 +00:00 (Migrated from github.com)

I don't see support for decrypting password-protected spreadsheets. Is this feature beyond the scope of this library?

Is there a way to programmatically decrypt spreadsheets? Doesn't need to be JS.

I don't see support for decrypting password-protected spreadsheets. Is this feature beyond the scope of this library? Is there a way to programmatically decrypt spreadsheets? Doesn't need to be JS.
SheetJSDev commented 2014-02-14 07:00:47 +00:00 (Migrated from github.com)

@surjikal I'm sitting on a unmerged patch to support password encryption (FF is triggering "out of memory" errors, which is why I haven't merged it yet). If this is something you'd like to see sooner rather than later, I can prioritize it.

In the interim, it appears that the Java library POI (https://poi.apache.org/encryption.html) supports password protection

@surjikal I'm sitting on a unmerged patch to support password encryption (FF is triggering "out of memory" errors, which is why I haven't merged it yet). If this is something you'd like to see sooner rather than later, I can prioritize it. In the interim, it appears that the Java library POI (https://poi.apache.org/encryption.html) supports password protection
surjikal commented 2014-02-14 19:07:34 +00:00 (Migrated from github.com)

Very cool! Right now, I'd only need this for node, so the FF stuff would not affect me. Maybe you could push the change to a separate branch?

Very cool! Right now, I'd only need this for node, so the FF stuff would not affect me. Maybe you could push the change to a separate branch?
pc-rgundlapalli commented 2014-06-24 18:27:50 +00:00 (Migrated from github.com)

Very cool stuff overall. We need the support for reading password-protected spreadsheets for node environment as well. Thanks

Very cool stuff overall. We need the support for reading password-protected spreadsheets for node environment as well. Thanks
sgilroy commented 2017-01-14 03:32:45 +00:00 (Migrated from github.com)

@surjikal Any progress on this? Being able to read a password protected xlsx file would be very useful for me. Did the commit above by @clarketm that links to this issue actually impact password/decryption support?

@surjikal Any progress on this? Being able to read a password protected xlsx file would be very useful for me. Did the commit above by @clarketm that links to this issue actually impact password/decryption support?
surjikal commented 2017-01-14 03:46:13 +00:00 (Migrated from github.com)

@sgilroy Sorry, I have not looked at the patch above. I posted this issue almost 3 years ago! Thanks for bringing it to my attention though, might be useful someday.

@sgilroy Sorry, I have not looked at the patch above. I posted this issue almost 3 years ago! Thanks for bringing it to my attention though, might be useful someday.
sgilroy commented 2017-01-14 04:06:52 +00:00 (Migrated from github.com)

@SheetJSDev Is the patch you referred to back in 2014 https://github.com/SheetJS/js-xlsx/issues/47#issuecomment-35060977 available on a branch or fork somewhere? I'm using js-xlsx in nodejs, so a Firefox memory error would not affect me.

@SheetJSDev Is the patch you referred to back in 2014 https://github.com/SheetJS/js-xlsx/issues/47#issuecomment-35060977 available on a branch or fork somewhere? I'm using js-xlsx in nodejs, so a Firefox memory error would not affect me.
reviewher commented 2018-01-04 01:16:57 +00:00 (Migrated from github.com)

Closing in favor of #774

Closing in favor of #774
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#47
No description provided.