This App Converts your correctly formatted Excel Spreadsheet to a specified table/collection in specified Database in MYSQL/MongoDB.
- Dump your excel/csv sheet into your preferred your DB.
- Batch Files support
- Do not want to dump the whole file? You can also try selecting a range of columns and rows.
- Automaticaly add
id
as primary key (MySQL) - Scared of loosing your DB? Safe mode backs up the db before processing.
- Dump the excel sheet into a
.sql
instead (MySQL) - History Maintainance.
Supported Excel formats are XLS/XLSX/CSV
Please have a look at the sample Excel sheets provided to have a clear view of the File. Microsoft Sample Sheet
sudo npm install -g electron
git clone https://github.com/ngudbhav/TriCo-electron-app.git
cd TriCo-electron-app
npm install
npm start
OS | Installer? | File |
---|---|---|
Windows 32-BIT | Portable | Portable-x86.exe |
Windows 32-BIT | Setup | Setup-x86.exe |
Windows 64-BIT | Portable | Portable-x86.exe |
Windows 64-BIT | Setup | Setup-x86.exe |
Linux | ZIP | TriCo-3.0.0-linux.zip |
Linux Debian (Ubuntu, etc.) | Setup | TriCo_3.0.0_amd64.deb |
Linux Redhat (Fedora, etc.) | Setup | TriCo-3.0.0.x86_64.rpm |
Mac OS X | ZIP | TriCo-3.0.0-mac.zip |
Mac OS X | Setup | TriCo-3.0.0.dmg |
P.S. This app saves the previosuly entered information in the systems %APPDATA% directory so that the whole information is not typed again. NOTHING is collected by me. Also, this app establishes connection to the internet to check for the updates.