mrTranspiler is an Electron application that provides conversion and parsing functionalities to transform an Excel .xlsx file into a .csv file. It allows you to parse files and perform date fetching and string parsing operations on the data contained in them.
For more information about Electron usage see the official documentation here.
- Direct download of the parsed file
- Fullscreen mode
- Cross platform
Clone the repository
git clone https://github.com/Nefas666/mrTranspiler.git
Install all dependencies
cd parser
npm install
To start Parser in development mode, run the following command:
npm start
This will launch the application and open the main window.
If you run the make script, Electron Forge will generate you platform specific distributables for you to share with everyone.
npm run make
start |
Launches the Electron application using Electron Forge. |
---|---|
package |
Packages the application using Electron Forge. |
make |
Creates distributable installers for the application using Electron Forge. |
publish |
Publishes the packaged application using Electron Forge. |
This project uses the following license: MIT License.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.