Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bermau/xls2sqlite
python script to convert xlsx file to sqlite
https://github.com/bermau/xls2sqlite
Last synced: 3 months ago
JSON representation
python script to convert xlsx file to sqlite
- Host: GitHub
- URL: https://github.com/bermau/xls2sqlite
- Owner: bermau
- License: gpl-3.0
- Created: 2016-12-26T15:05:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T15:30:52.000Z (almost 8 years ago)
- Last Synced: 2024-04-05T10:34:20.842Z (7 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md.py
- License: LICENSE
Awesome Lists containing this project
README
xlsx2sqlite
A python script to convert xlsx file to sqlite database.
Needs :
- python 3
- openpyxlpotential bug :
1) problem)
import openpyxl
ImportError: No module named 'openpyxl'1) solution) :
On windows :
pip3.exe install openpyxl