A small UI to transform excel to specific format JS file. I use this to manage my i18n files. It will backup your excel to specific location of your server. If you put it on NAS.
- npm install
- npm run dev
- open url (localhost:9009)
- npm install
- npm run build
- Create a folder name "exceltojs" in NAS web server directory.
$ mkdir /share/Web/exceltojs
- Create a folder name "uploads" in "exceltojs" folder. Make sure its permission is writable.
$ mkdir /share/Web/exceltojs/uploads
$ chmod 777 /share/Web/exceltojs/uploads/
- Put files in build directory on QNAP NAS.
- Put files in api directory on QNAP NAS.
- file system:
exceltojs - - index.html
+ - index.bundle.js
+ - api
| + - upload.php
+ - uploads
- P.S: You can edit $target_dir value of api/upload.php for different excel save folder.
- P.S: You can edit API calling path in src/app/uploadFile.js for different upload.php location.