C# Is it possible to create ms.excel file in VS.Net (C#)
-
I would like to cretate excel files with my app written in C#, is it possible? Does someone have an example? thanks
hi, I would like to cretate excel files with my app written in C#, is it possible? :confused: Do you want to export your data into excel file format or You want to create a excel sheet from C#. ************************** S r e e j i t h N a i r **************************
-
I would like to cretate excel files with my app written in C#, is it possible? Does someone have an example? thanks
You can certainly do it via Automation if you have Excel installed. Have a look at http://www.eggheadcafe.com/articles/20021012.asp[^] to do it that way.
store your internet favourites online - www.my-faves.co.uk
-
hi, I would like to cretate excel files with my app written in C#, is it possible? :confused: Do you want to export your data into excel file format or You want to create a excel sheet from C#. ************************** S r e e j i t h N a i r **************************
-
Export them, i have my data sorted in files (text files) someth like this: STATE X Y 1 2112 54545 2 344 342 etc.. I need to create diagrams from this data, and because of that I need a File to be opened in Excel
hi, Oki. Please go through this link. This is your correct requirement. http://www.experts-exchange.com/Programming/Q\_20970156.html ;) ************************** S r e e j i t h N a i r **************************
-
I would like to cretate excel files with my app written in C#, is it possible? Does someone have an example? thanks