How can I insert row in excel by vb.net?
-
I can't insert row in excel,who can use vb.net realize!Please tell me,If any one have time can more about poeration Excel,Thanx! jeam
Microsoft have an Office toolkit you can install to control later versions of Office with .NET code. Your code will only work on machines that have office installed.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Microsoft have an Office toolkit you can install to control later versions of Office with .NET code. Your code will only work on machines that have office installed.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
OK, then the answer is you really can't, not unless you write a program that is fully able to read the XLS file format. Unless you work only with the new Office 2007 format, which is just a zip full of XML, I'm sure that's easy to add to.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog