Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mleidel/sqlcel
- Owner: MLeidel
- License: gpl-3.0
- Created: 2024-02-13T19:44:53.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T01:12:18.000Z (12 months ago)
- Last Synced: 2024-12-20T05:15:01.530Z (about 2 months ago)
- Topics: csv-export, csv-import, data, data-analysis, data-science, datascience, excel-export, excel-import, pandas, python3, sql, sqlalchemy, sqlite3
- Language: Python
- Homepage: https://michaelleidel.net/sqlcel
- Size: 1.57 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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