Small script for converting xslx files to csv files.
-
Run
npm installin the console, you can also use any other package manager of your choice. -
Place xlsx file in the
\inputfolder. -
Run
npm startto convert file from xslx to csv. It will be saved to the\outputfolder. -
Copy or move the csv file from the
\outputfolder to the desired location. -
Run
npm cleanto remove all files from both folders.
.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.