Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/office/en…
Creating a new PivotTable in c# Excel.Interop
Excel is very open to developers and many things can be reused and expanded. The PivotTable is an exception, if you do your C# PivotTable, you will be limited to what Excel offers. As I need more Summarize functions than the 12 proposed, I have decided to rewrite my own PivotTable in C# from scratch trying to copy the original as much as possible.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
C# Excel Range's HorizontalAlignment Not Working
The language being used is C# and unfortunately that is not the case. I wish it was that easy. All the values are cleaned before being entered into the PivotTable. It just doesn't want to take my alignment formatting for some reason and I am not sure why. The tab that contains the data from which the PivotTable is being created is accepting the alignment formatting. Tuesday, October 1, 2013 1: ...
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/offic…
How do I convert a column number into a column letter
I have a C# application that is creating an Excel spreadsheet dynamically. As it processes the data I am keeping track of the current row and column in local variables.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/7e5…
How to disable "Excel is waiting for another application to complete an ...
In my C# Excel VSTO application, I'm use/run another application in my excel add-in and wait to complete it (it takes approximate 5 mins or more time to complete the process). During the above process, Excel gives the popup "Excel is waiting for another application to complete an OLE action" and does not continue the process until user click on OK.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/office/en…
Highlighting Duplicate and Unique Values in Excel using C# and ...
Since you already have the VB code, can you run it through a converter and get your C# code?
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/vstud…
Print specified area of excel as PDF - social.msdn.microsoft.com
The code comes from this excel library for C#, if you need some alterations or modifications then refer to following article about converting excel into a PDF file with C# or in case you do want to print then see this printing excel files example in C#.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
Excel cell value stored as a c# object - social.msdn.microsoft.com
According to your description, your question is more like "how to convert string/variable to C# object". This is C# fundamental issue instead of development issues using Office object model, so I would move this thread into C# forum.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/c75…
Is there a option in C#.aspx file to display .docx, .xlsx and .pdf ...
I have a bunch of word (mostly), excel (with attachments) and PDF files which I'm currently converting as html and displaying using links from .aspx files. There must be a better way programmatically.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/sqlse…
In C# is there a way of refreshing query in EXCEL (REFRESH ALL)
Need C# code in SSIS Sript task which should refresh all excel data which extracts from a table using Microsoft query.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/190…
Export to Excel with C# - it opens the excel file with blank
System.Web.UI.HtmlTextWriter htmlWrite = new HtmlTextWriter (stringWrite); Combined.RenderControl (htmlWrite); Response.Write (stringWrite.ToString ()); Response.End (); I can view that excel in the server 2012 with Excel-2013 and Windows7 with Excel-2010, But it does not work in Windows Server 2008 R2 with Excel-2013 and Windows10 with Excel-2013