Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mleidel/sqlcel

Python GUI to run SQL select on Spreadsheets, CSV, and Sqlite database tables
https://github.com/mleidel/sqlcel

csv-export csv-import data data-analysis data-science datascience excel-export excel-import pandas python3 sql sqlalchemy sqlite3

Last synced: about 12 hours ago
JSON representation

Python GUI to run SQL select on Spreadsheets, CSV, and Sqlite database tables

Awesome Lists containing this project

README

        

# sqlcel
SQLcel (SequelCell )

SequelCell is a desktop application that allows users to
combine data from various input types, including __Excel spreadsheets__,
__CSV files__, and __SQLite databases__. It can also output the query results
to a file in any of the three formats. SequelCell can be run as a
GUI app or from the command line.
It does not support running SQL update or insert commands.

SequelCell can produce simple charts for data visualization.

see `sqlcel_doc.pdf` for details

see https://michaelleidel.net/sqlcel for example downloads