Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fairlytales/xlsx2csv_converter
Script for converting xlsx to csv
https://github.com/fairlytales/xlsx2csv_converter
csv xlsx xlsx-converter xlsx-parser
Last synced: 10 days ago
JSON representation
Script for converting xlsx to csv
- Host: GitHub
- URL: https://github.com/fairlytales/xlsx2csv_converter
- Owner: FairlyTales
- License: mit
- Created: 2024-10-15T12:31:10.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T09:17:28.000Z (3 months ago)
- Last Synced: 2024-11-10T15:16:52.684Z (2 months ago)
- Topics: csv, xlsx, xlsx-converter, xlsx-parser
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xlsx2csv_converter
Small script for converting xslx files to csv files.
## How to use
1. Run `npm install` in the console, you can also use any other package manager of your choice.
2. Place xlsx file in the `\input` folder.
3. Run `npm start` to convert file from xslx to csv. It will be saved to the `\output` folder.
4. Copy or move the csv file from the `\output` folder to the desired location.
5. Run `npm clean` to remove all files from both folders.
## Notes
.gitignore files in the `\input` and the `\output` folders are for git to track these directories so that they could be uploaded to the github.
Parser converts only first sheet of the xlsx file.