B
Bhargav
Hi,
I have a requirement to embed an excel sheet into a winform application. My
application needs to get data from SQL and show in excel sheet and then
update the database with the modified data. I have written the code to
populate AxSpreadSheet component by looping thru source DataTable and
updating cells in excel. This process is very time consuming.
Is there a way to bind AxSpreadSheet to DataTable and get values from
spreadsheet into DataTable. How can I improve the performance of writing and
reading data from AxSpreadSheet.
Any help regarding this matter is highly appreciated.
Thanks,
I have a requirement to embed an excel sheet into a winform application. My
application needs to get data from SQL and show in excel sheet and then
update the database with the modified data. I have written the code to
populate AxSpreadSheet component by looping thru source DataTable and
updating cells in excel. This process is very time consuming.
Is there a way to bind AxSpreadSheet to DataTable and get values from
spreadsheet into DataTable. How can I improve the performance of writing and
reading data from AxSpreadSheet.
Any help regarding this matter is highly appreciated.
Thanks,