question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Read a xlsx file protected with password

See original GitHub issue

Hi.

I try to read a xlsx file protected with a password. I use this syntax : readFile('myfile.xlsx',{"password":'aaa'})

but I receive this response: File is password-protected

How can I fix this ?

Thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:8
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
ytiliscommented, Jun 14, 2018

I think that’s perfectly understandable, but in that case, the error message returned needs to be clearer, because as it stands it makes it seem like a bug where it’s not reading the provided password, rather than a limitation of the Community Edition in conjunction with the file version.

6reactions
ytiliscommented, Jun 13, 2018

Why is this feature listed under “Parsing Options” in the documentation if it hasn’t been implemented yet? This is very confusing for users looking to use this library for protected files. https://docs.sheetjs.com/#parsing-options

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do you read a password protected excel file into r?
for those of us who don't want a Java dependency... any packages that can read password-protected xlsx files without extra Java ...
Read more >
How to read password protected excel file in R - GeeksforGeeks
Here we will use XLConnect package to read the password-protected file. This package provides comprehensive functionality to read, write and ...
Read more >
Unlock Password Protect Excel File [Step-by-step Guide]
Anybody who knows the current password can remove or change workbook passwords. The steps are pretty simple. All you have to do is...
Read more >
How to Open a Password Protected Excel File - wikiHow
1. Understand the conditions under which you can do this. If only a sheet in the Excel workbook is protected—that is, if you...
Read more >
How to Open A Password Protected Excel without Password?
I have an Excel file encrypted with a password, I can't open and view the contents inside, the last employee has left and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found