Android Tutorial MySQL: Load Excel Sheets (or other data) via .csv

KMatle

Expert
Licensed User
Longtime User
This works also with sqlite

If you have a shell where you can use sqlite commands it's similar. On Android it can be done by generating insert commands

It's all about reading the *.csv each line and generate the insert commands. Stringutils.LoadCSV might help to read it into a list.
 
Top