Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngudbhav/trico-electron-app

This app converts a correctly formatted excel spreadsheet to mysql/mongodb data.
https://github.com/ngudbhav/trico-electron-app

cross-platform database desktop desktop-app desktop-application developer-tools electron fedora free javascript linux mongodb mysql open-source ubuntu windows

Last synced: 6 days ago
JSON representation

This app converts a correctly formatted excel spreadsheet to mysql/mongodb data.

Awesome Lists containing this project

README

        

# TriCo-electron-app

[![Release](https://img.shields.io/badge/Release-3.0.0-green.svg)](https://github.com/ngudbhav/TriCo-electron-app/releases)
[![Dependencies](https://img.shields.io/david/ngudbhav/TriCo-electron-app.svg)](https://github.com/ngudbhav/TriCo-electron-app/blob/master/package.json)
[![Downloads](https://img.shields.io/github/downloads/ngudbhav/TriCo-electron-app/total.svg)](https://github.com/ngudbhav/TriCo-electron-app/releases)
[![Last-Release](https://img.shields.io/github/release-date/ngudbhav/TriCo-electron-app.svg)](https://github.com/ngudbhav/TriCo-electron-app/releases)
[![Platforms](https://img.shields.io/badge/platform-win%20%7C%20deb%20%7C%20rpm-green.svg)](https://github.com/ngudbhav/TriCo-electron-app/releases)

This App Converts your correctly formatted Excel Spreadsheet to a specified table/collection in specified Database in MYSQL/MongoDB.

## Do checkout the upcoming features in CHANGELOG.md

## Features
1. Dump your excel/csv sheet into your preferred your DB.
2. Batch Files support
3. Do not want to dump the whole file? You can also try selecting a range of columns and rows.
4. Automaticaly add `id` as primary key (MySQL)
5. Scared of loosing your DB? Safe mode backs up the db before processing.
6. Dump the excel sheet into a `.sql` instead (MySQL)
7. History Maintainance.

![mysql.png](images/screenshots/mysql.png)

![mongo.png](images/screenshots/mongo.png)

## Excel Formats Supported
Supported Excel formats are XLS/XLSX/CSV

## Spreadsheet Format
Please have a look at the sample Excel sheets provided to have a clear view of the File. Microsoft Sample Sheet

## Starting The App
```sh
sudo npm install -g electron
git clone https://github.com/ngudbhav/TriCo-electron-app.git
cd TriCo-electron-app
npm install
npm start
```

## Installing The App

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

## Software Featured on Softpedia, SourceForge and Electronjs
Softpedia


[![Download Trico-electron-app](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/trico/files/latest/download)

Electronjs

## Do rate and give Feedback!

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.