Hi Experts,
I have been deleting a excel column by getting the cellrange.
Everyhting works fine but after deleting if i open up the excel it says an error like
"Some.xls is already opened. Reope...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS Excel,
C#Date Answered: 07/01/2009 Rating: 9.3 Views: 4
Hello,
I'm writing a C# program that will take data from several sources and create a single multi-sheet Excel workbook. I need to know how to find the number of sheets already in the workbook ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24253864.html
Hello,
I need to get the number of rows and columns in an Excel sheet using C#.
Thank you,
Rob
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24253870.html
Zones:
C#,
.NET,
MS ExcelDate Answered: 03/30/2009 Rating: 7.1 Views: 4
I am using the excel object like as below. When I execute the ExcelObj.Quit() method, the object does not disappear (from task manager processes) until I close the program. What am I doing wrong?...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_24339398.html
Zones:
MS Visual C#Date Answered: 04/27/2009 Rating: 9.1 Views: 85
I have an array of C# strings (each string is comma separated). How do I programmatically export each string to consecutive columns in Excel? I don't want to manually transpose row and col inside E...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_24359917.html
Zones:
MS Visual C#Date Answered: 05/01/2009 Rating: 8.6 Views: 0
Hi -
I have a application that works with Excel 2003 but now users are using Excel 2007. We want to make the app work with 2003 and 2007.
Background: I developed an application that automa...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_24379286.html
I am creating a web app that creates invoices in excel. I was wondering how to add a worksheet to a workbook. You can see my code below. I was able to focus on sheets 1,2 and 3 as they are there by...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24605610.html
HI There,
I have a workbook with around 50 worksheets that I want to import into sql server. I was wondering what the best approach is to read all of them at once and then perform the import . i...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23231299.h...
I'm having a miserable time attempting to read data from an Excel worksheet into a datagrid.
See my code snippet below.
I've tried:
(a) Renaming the worksheet (currently we're at just "Test...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Hi
I need to convert data from Data Grid View to Excel. The below code is doing that successfully but my problem is I have few columns which have a very long number (16 characters). When the data...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24211586.html