androidmads / SQLite2XL

Library to Convert SQLite to Excel and Vice-Versa
MIT License
166 stars 58 forks source link

Feature: Import from Excel2sqlite #1

Closed Scrounger closed 7 years ago

Scrounger commented 7 years ago

@androidmads Thanks for this great lib! Can you also implement the function to import Excel files to the sqlite database, all or single tables?

Harti commented 7 years ago

That would be super awesome indeed. +1

Harti commented 7 years ago

I got this quick&dirty solution working for me, feel free to use and adapt it to your needs: https://gist.github.com/Harti/ffefe1bb4d84d2a0602849d43a8bd025

androidmads commented 7 years ago

Check my Repo. I have Added the functionality to import Excel into SQLite