We\'re currently using a thing from SoftArtisans to generate Excel spreadsheets from data the mainframe FTPs down to our document server.
We are developing Outlook 2007 add-in. For testing outlook category renaming I\'ve added the following code block
I am using Microsoft.Office.Interop.Excel and generating Excel files using the SaveAs method.This all works correctly oncomputer with Excel installed.However, my server does not have Excel installed.
I got an application that automates Microsoft Excel (2003) using Office Automation. One of the things it does is replacing values.
I need to access the VBA code of Office documents (Excel workbooks, but it\'s not relevant) through .Net / C#. I know how to do this, but this requires the Office user to have granted trusted access t
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Problem saving file back to SharePoint with Excel COM lib. I open the file but it opens as \'xlviewer.xlsx\' so I assume I need to overwrite the original file.(I removed the try/catch to do some error
I\'m working on an application that generates a relatively large amount of Word output. Currently, we\'re using Word Interop services to do the document creation, but it\'s quite slow, especially in o
Let\'s say i have 3 byte arrays, each representin a .xls file. How can i combine them into a single xls file with 3 sheets. The SSRS 开发者_运维技巧reports are very rich and include charts sp oledb is
I need to build a C#-application that uses the Excel interop assemblies on a dedicated build-computer. Is there any way to do that without installing MS Office on the bui开发者_StackOverflow社区ld-box