vendredi 29 avril 2016

c# code Import list of strings (commands) from excel column and dump in sqlite database column?

I have simple excel file with only one column having different types commands which are basically strings may contains special characters..

I want import all these commands and save as it is in sqlite databse column in table. I have found one way((DataRow) but problems are:- 1. I need to create table in excel file cant use simple column 2. Need to give specific name to everywhere for excel sheet then for table and then for column ..But It should be like user can import any excel file with any name ..

Please help me for generic excel file reader in c#..

thanks a lot !!!

Aucun commentaire:

Enregistrer un commentaire