Read / Create Excel file with out using odbc
-
Hello Sirs, How to Excel file read and create without using odbc. Thanks
:~ Failure is Success If we learn from it!!:~
-
Hello Sirs, How to Excel file read and create without using odbc. Thanks
:~ Failure is Success If we learn from it!!:~
Google for "Excel automation".
Cédric Moonen Software developer
Charting control [v3.0 - Updated] OpenGL game tutorial in C++ -
Hello Sirs, How to Excel file read and create without using odbc. Thanks
:~ Failure is Success If we learn from it!!:~
Please refer, http://msdn.microsoft.com/en-us/library/aa155776%28office.10%29.aspx[^] http://support.microsoft.com/kb/216686/[^] Hope this will help. Regards, Paresh.
-
Hello Sirs, How to Excel file read and create without using odbc. Thanks
:~ Failure is Success If we learn from it!!:~
Hi, I recommend that you don't use Excel Interop because it has many known issues, especially when used in web applications. You could check out GemBox.Spreadsheet .NET Excel component for reading and writing XLS, XLSX, CSV, ODS and HTML files. It is independent of Excel, light on resources and extremely fast. It also supports advanced scenarios like Excel export/import to DataTable so you can easily bind your Excel files to UI controls with data binding. Save Excel to ASP.NET stream web demo demonstrates it's usage in web application.