AlecBlance/Excelled-web
A web app that unlocks/bypasses password-protected excel file
๐ Excelled-web
A web app that unlocks/bypasses password-protected excel file. Its process runs totally on the client-side without saving your file on the server.
Usage/Examples
You can use your own file
- Open http://excelled.alecblance.com
- Upload your password-protected excel file
- Open the downloaded file. VIOLA! โจ
OR upload a sample file
- Open http://excelled.alecblance.com
- Download cant edit.xlsx from the
sample/folder and upload to the excelled website - Now open the new downloaded file "
cant edit-excelled.xlsx"
Screenshots
Run Locally
Clone the project
git clone https://github.com/AlecBlance/excelled-webGo to the project directory
cd excelled-webInstall dependencies
npm installStart
npm run devFAQ
Does it store my excel file in the server?
No. The whole process is on the client-side. ๐ช
How does it work?
I'm glad you asked! ๐ It is quite simple actually. I extract the excel file, and remove each sheetProtection and workbookProtection elements inside, then zip and return an xlsx.
Do I need to pay anything?
Everything is totally FREE! ๐ Don't accept any payment from someone if asked.
Do you have an api?
I'm creating the api documentation now. Will release it when it's done. Feel free to explore the Network tab in DevTools at the moment. It uses the same route ๐
Do you support multiple file unlocks?
Currently the web app doesn't support this but the previous app version supports it. You can find it here
What drived you to make this app?
My mother always works with the excel files. When it is protected, she can't edit it. Worst, when she don't have the password. So, instead of manually going through the files and editing it, I created Excelled. This way she can just upload and get the file on-the-go.
Tech Stack
Client: React, NextJS, TailwindCSS
Library: JSZip
Authors
License
Roadmap
-
Multiple file uploads
-
API Documentation
