No announcements
Found 2127495 threads
-
9 Votes
Problem with Excel.
I think one of the arguments in the C# function must be incorrect, because it is not saving in the proper format.Answered | 10 Replies | 56880 Views | Created by Camuvingian - Monday, March 19, 2012 11:06 AM | Last reply by lvavril - Monday, January 11, 2016 1:56 PM -
0 Votes
Creating an Excel Function in C# Problem
You can find it here: http://www.ironshay.com/post/Developing-Excel-Functions-in-C-for-Excel-2010-64-Bit.aspx.Answered | 19 Replies | 11486 Views | Created by Shay Friedman - Sunday, December 12, 2010 8:06 PM | Last reply by peter2act - Wednesday, January 5, 2011 3:25 PM -
0 Votes
Generating Excel file in C# problem
Is it using the Excel "interop"?Answered | 1 Replies | 5251 Views | Created by Ratnamsub - Friday, December 17, 2010 11:00 PM | Last reply by Cindy Meister MVP - Sunday, December 19, 2010 5:39 PM -
0 Votes
Problem Saving Excel file from C#/VB.NET
Hi, you can also try this C# / VB.NET Excel component to easily open, modify and C# save Excel file.Answered | 4 Replies | 18711 Views | Created by truptivd - Friday, July 3, 2009 3:38 PM | Last reply by Jeff.Atwood - Thursday, April 19, 2012 8:27 AM -
1 Votes
C# and Excel
Have a look at this example (you'll find a link to a c# version of it): http://code.msdn.microsoft.com/the-advantages-of-Using-an-6cc17390 Regards, NicoAnswered | 5 Replies | 1775 Views | Created by RowenaR - Monday, January 30, 2012 2:39 PM | Last reply by Dummy yoyo - Thursday, February 9, 2012 7:25 AM -
2 Votes
Problem in excel grouping using C#
Hi, I am generating report in excel sheet programmatically using C#.Answered | 4 Replies | 13325 Views | Created by AmitKa - Friday, June 13, 2008 4:46 AM | Last reply by Ed Price - MSFT - Thursday, May 10, 2012 7:37 AM -
2 Votes
Excel & C#
It's pretty easy to open an Excel file using C#; easy to save the file and close it too.Answered | 13 Replies | 10386 Views | Created by ryguy72 - Monday, February 20, 2012 7:24 PM | Last reply by Lie You - Thursday, March 1, 2012 4:45 AM -
0 Votes
Excel and c++
Hi morning glory, In this thread, we are mainly discussing about how to open a new excel sheet or load an existing one from C++ programs.Answered | 6 Replies | 4356 Views | Created by morning glory - Sunday, November 6, 2011 7:33 PM | Last reply by Helen Zhao - Monday, December 5, 2011 1:43 AM -
0 Votes
Excel and C#
Why dont you select all the data from the Excel sheet and then filter the data once you get the DataSet...Answered | 3 Replies | 3767 Views | Created by viki2 - Thursday, April 30, 2009 8:24 AM | Last reply by Ganesh Ranganathan - Bangalore, India - Thursday, April 30, 2009 1:44 PM -
0 Votes
Excel in c#
Hi, You can also easily C# read Excel like this: ExcelFile ef = new ExcelFile(); // Loads Excel ...Answered | 7 Replies | 12002 Views | Created by Emrullah_Kuştaşı - Tuesday, December 23, 2008 1:30 PM | Last reply by Maria Schaub - Wednesday, May 30, 2012 8:30 AM -
0 Votes
C# with Excel
Also notice that in "button4_Click" event I'm directly exporting the excel's sheet into a DataGridView.Answered | 6 Replies | 5398 Views | Created by sahil goyal - Monday, November 16, 2009 10:40 AM | Last reply by Camects - Wednesday, January 13, 2016 10:00 AM -
1 Votes
Excel in C#
@Ravi, You might be able to create simple Excel files using C# code; however, for complex Excel files you'll ultimately have to go for a library ...Answered | 3 Replies | 4208 Views | Created by Ravi Kumar Kamboj - Tuesday, September 27, 2011 12:08 PM | Last reply by Shahzad.Latif - Tuesday, December 20, 2011 2:13 PM -
0 Votes
C# using excel file
How to properly clean up Excel interop objects in C#?Answered | 4 Replies | 1365 Views | Created by wendy elizabeth - Sunday, January 27, 2013 5:18 AM | Last reply by Bob Shen - Tuesday, January 29, 2013 3:13 AM -
0 Votes
Reading Excel File in C#
= null && cell.Value.ToString().Contains('~')) cell.Value = cell.Value.ToString().Replace('~', ' '); // Save excel ...Answered | 2 Replies | 4053 Views | Created by David Billa - Friday, January 4, 2013 6:50 AM | Last reply by JJ Brown - Tuesday, August 27, 2013 8:24 AM -
79 Votes
Reading Excel From C#
I can see that Automating Excel tasks from VS C# is a big concern.Answered | 78 Replies | 1073196 Views | Created by NewtoCsharp2008 - Tuesday, October 11, 2005 10:49 PM | Last reply by Thari777 - Monday, May 28, 2012 10:59 AM -
1 Votes
C# problems by saving an array into Excel
objRange = objSheet.get_Range("A"+i, "C"+i); I don’t know what function of this code line, but I ...Answered | 3 Replies | 4201 Views | Created by gloomy87 - Friday, November 5, 2010 4:09 PM | Last reply by Mike Dos Zhang - Monday, November 8, 2010 12:33 PM -
1 Votes
Problem creating Excel add-in using C++
As your question is mainly related to office Add-in development, but not Visual C++ Language, I suggest you post your question on theAnswered | 2 Replies | 13649 Views | Created by neuralfire - Saturday, June 14, 2008 10:15 AM | Last reply by Ed Price - MSFT - Thursday, May 10, 2012 6:57 PM -
0 Votes
read excel file in c#
For your problem.Answered | 10 Replies | 5074 Views | Created by nadianaji - Tuesday, December 19, 2017 8:15 AM | Last reply by Terry Xu - MSFT - Tuesday, December 26, 2017 9:16 AM -
1 Votes
C# in Excel
Most of what you end up working with are excel classes.Answered | 6 Replies | 3095 Views | Created by Gana1983 - Monday, November 8, 2010 9:14 AM | Last reply by JohnVPetersen - Wednesday, November 10, 2010 11:41 AM -
3 Votes
Excel and C sharp
It does not launch excel process like Excel APIs.Answered | 5 Replies | 2089 Views | Created by CptBrannigan - Friday, October 5, 2012 1:28 PM | Last reply by Rajesh_Kannan - Saturday, October 6, 2012 8:24 AM - Items 1 to 20 of 2127495 Next ›
No announcements