Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bermau/xls2sqlite

python script to convert xlsx file to sqlite
https://github.com/bermau/xls2sqlite

Last synced: about 2 months ago
JSON representation

python script to convert xlsx file to sqlite

Awesome Lists containing this project

README

        

xlsx2sqlite

A python script to convert xlsx file to sqlite database.

Needs :
- python 3
- openpyxl

potential bug :
1) problem)
import openpyxl
ImportError: No module named 'openpyxl'

1) solution) :
On windows :
pip3.exe install openpyxl