user564963
user564963

Reputation: 2294

sqlite database

i have huge data in xlsx format and i want to dump that data into sqlite database ... can any one help me how to do that one

Upvotes: 0

Views: 238

Answers (1)

Aditya
Aditya

Reputation: 4396

It is very easy to implement.Just export the table into .csv format and then goto the SQLite browser and import that .csv file.Click File->Select Import table from CSV file option.In this way you can easily implement what you want.

Cheers

Upvotes: 2

Related Questions