I have a large amount of data i want to import into one sqlite database. 4column and 150 rows. Currently the data is in a excel spreadsheet.
How can i import it into
You could store the information on a CSV file, then read the file and store each row in sqlite.