I have an excel file with data as follows
ID Name Contact No Address
1 ABC XXXXXXX ABCNM
2 XYZ xxxxxxx ASDFG
Now my requirement is read data from this excel sheet and den encrypt Contact No field for each row and den save data in database,how should it will be done I have to use some ready made available encryption algo for that. Inserting the whole data from excel to database is done bt how to encrypt only Contact No part is a problem. So plz help regarding that.
Loading
VulpesPosted Feb 16, 2015, 8:25 AM
Aman SinghPosted Feb 16, 2015, 7:18 AM
VulpesPosted Feb 14, 2015, 2:51 PM
Aman SinghPosted Feb 14, 2015, 1:45 PM
http://www.c-sharpcorner.com/UploadFile/0c1bb2/inserting-excel-file-records-into-sql-server-database-using/
given by Vithal Wadje for inserting data from excel. but now I have to insert after encryption,
so if u have any idea about dis den plz help. And I have to use SQL Server as database.
VulpesPosted Feb 14, 2015, 12:58 PM
Munesh SharmaPosted Feb 14, 2015, 2:01 AM
related link
http://dotnet-munesh.blogspot.in/2014/05/how-to-import-excel-file-to.html
http://dotnet-munesh.blogspot.in/2014/05/create-excelxls-and-xlsx-file-from-c.html
Aman SinghPosted Feb 13, 2015, 10:11 PM
VulpesPosted Feb 13, 2015, 6:57 PM