blah blah blah is here! blah blah » Close

0
votes
2 answers

Converting .xls file to .csv format and storing it into sql server nVarchar column

Hi, As per my requirement, i have a .xls file which I have to convert it to csv format and store it in existing nVarchar column of Sql server DB. Is it posible ? Or else I am already passing the byte[] of .xls file through my serv ...

Feedback