Enter Keywords:
1 - 10 of 40(0.036 seconds)
Sort By:
 
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...
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 ...
Zones: C#, MS Dev, MS ExcelDate Answered: 03/27/2009 Rating: 9.3 Views: 19
Hello, I need to get the number of rows and columns in an Excel sheet using C#. Thank you, Rob
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?...
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...
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...
Zones: MS Visual C#, MS ExcelDate Answered: 05/24/2009 Rating: 8.2 Views: 77
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...
Zones: C#, ASP.Net Programming, .NET Framework...Date Answered: 09/09/2009 Rating: 9.6 Views: 0
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...
Zones: Visual Studio, .Net Ed...Date Answered: 03/13/2008 Rating: 7.8 Views: 54
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...
Zones: MS Excel, C#, MS Visual C#Date Answered: 02/23/2009 Rating: 8.2 Views: 9
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...
Zones: C#, MS Visual C#, .NET Fr...Date Answered: 03/23/2009 Rating: 7.4 Views: 16