Office Interop is the layer using the COM Interop that allows .NET or C# to communicate with standard COM objects and libraries.
0
votes
1answer
20 views
Error while opening an excel file from c# win form using interop service and process.start()
I am using a code for opening an excel sheet from temp folder
Here I am using 2 option to open a file first using process.start()
if its throwing error , will go for the second one using interop ...
0
votes
1answer
26 views
Writing to an existing Excel File using c#
I am trying to open (or create a new xls) Excel file and write some values to it. Although, the program below works just fine if I simply create a new xls file, I encounter the some problem in line
...
2
votes
1answer
25 views
Blank page removal in a word document using microsoft word.interop
I have created a word document which generates dynamic contents using word.interop. It has some page breaks used in between. what is the problem which i am facing is, this page breaks creates blank ...
0
votes
1answer
48 views
understanding COM exception
Hey I'm getting the following exception:
Retrieving the COM class factory for component with CLSID {00020819-0000-0000-C000-000000000046} failed due to the following error: 80040154.
Office 2010.
...
0
votes
0answers
12 views
Difference between Office.Interop and Office.Tools
I've found this link where it's claimed that the relation between Office.Interop and Office.Tools is that the latter is a wrapper to the former.
When I switch the version to a later distribution like ...
1
vote
0answers
14 views
Office 2007 PIA - Embed non-text files
I am working with the Office 2007 PIAs and am trying to generate a large document from x number of user selected documents. Most of these documents will likely be word docs, but we want to support ...
-1
votes
0answers
41 views
Blank pages in MS Word document
Is there a way to detect blank page in a word document?
I create a new document where I add a table and output data from the database row by row with the table header repeated on each page. The ...
0
votes
1answer
22 views
Share Workbook getting checked on exporting excel from asp.net c#
How to uncheck "Allow changes by more than one user at the same time." in Share Workbook in excel while exporting the excel from c#
I am using "Microsoft.Office.Interop.Excel" for exporting the excel
...
2
votes
1answer
29 views
How can I add Excel 2010 (14) PIA to a .NE 3.5 project?
I'm using VS 2012.
The MS Office installed is 2013 x64.
I've downloaded and installed the Office 2010 PIA.
At the VS:
I can only add references to
Microsoft.Office.Core
...
0
votes
0answers
19 views
get istream from object in c#
Please bear with me on the long post. This has been incredibly frustrating for me and I have exhausted all of my best brain cells working through this thing. I am attempting to implement the ...
0
votes
1answer
21 views
vb.net save in word2010
Platform: Windows and Microsoft Visual Basic 2010 Express
The problem: I have a Word template made in Word 2007. When the application is
run in a machine with Word 2010, the SaveAs-command doesn't ...
0
votes
1answer
23 views
Office 2010 PIA not being installed
I am writing an application in VB.NET that will send emails using outlook. My problem is that I need the Office 2010 PIA to do this. The following are the steps I have already tried (I am using Visual ...
0
votes
2answers
47 views
Fastest way to enumerate or look for all empty Excel cells and change their style or do some other processing
Which would be potentially a best way to enumerate or iterate or simply look for empty cells or cells with specific data structure in Excel, and later once you find it do some processing on it.
I ...
0
votes
1answer
21 views
How to automate an Excel document and work on other excel document at the same time?
I'm using a program to automate an excel document and in the meantime I would like to open others Excel documents and work on these (not automated).
When I open an document while my automation is ...
0
votes
1answer
23 views
VSTO project is it possible to add colors and items from windows forms
In VSTO, I'm using VS 2012 with Excel 2013, and the Ribbon area I create with an addin looks so plain vanilla ( font is not able to be in bold etc..) It would be great to extend the look and feel and ...
0
votes
0answers
19 views
Using CTPFactory and CTPFactoryAvailable methods (visual basic) to interact with the ribbon UI
I am using NetOffice and Visual Studio 2010 Express to develop word COM addins.
Very simple I want to show a custom task pane (CTP) when a check box is ticked in the ribbon UI.
NetOffice cannot ...
0
votes
0answers
36 views
Pasting into a Word Bookmark without deleting the bookmark
I've got a Microsoft Word project in Visual Studio and have some code that opens a seperate document and copies the text into the clipboard, then I'm just trying to paste that text into a bookmark in ...
0
votes
0answers
13 views
Replace all the images in powerpoint slides using VIsual Studio tools for office
I want to replace all the images, whether it is of msoPicture, or it is contained in the msogroup, or it is inserted as embededOleObject.
I have the following code to replace msoPicture:
if ...
0
votes
1answer
105 views
Microsoft.Office.Interop.Word.Document won't prompt to save changes to single document without _Application.Quit()
Before I begin, I have googled this to death and there are many posts about how to prevent the save prompt. I am having an issue showing the save prompt.
I am building the template editing portion of ...
0
votes
1answer
64 views
Return type of Application.Evaluate in exotic cases
I am trying to write a method in C# that will, given the name of a named range in an Excel workbook, retrieve the values in that range. I'd like it to work even if the named range isn't a pure ...
0
votes
1answer
31 views
Writing to Excel cells while releasing all COM objects
I am following this posts advice and trying to release all of my COM objects, including all Ranges while writing a List of string tuples to an Excel spreadsheet (using his ComObjectManager class).
I ...
0
votes
1answer
30 views
VSTO 2013 excel range.address does not match range.cell[0] address
I am developing a VSTO plugin for Excel 2013 using the Office Development Tools for Visual Studio 2012 released in November 2012.
I have a reference to a worksheet and I am trying to access the value ...
0
votes
1answer
54 views
Automating Word Document Processing with ASP.Net
I am trying to create a process, in my Asp.net application, that will open up a Microsoft Word template (stored on the server) and edit specific fields in the document then download the file to the ...
0
votes
0answers
16 views
Search Text in paragraph && Add Hyper-link
I have a Paragraph variable located in ms-word document which have the following Text :
DI : Note de délégation du pouvoir, Note de crédit, Tarifs, notes «Modalité de paiement », Grille des ...
0
votes
1answer
29 views
Change the status of mail as Read in outlook
i have written a code that will read all unread mails from Outlook 2010 and write them in a file. After that i want to change the status of the mails as Read in outlook.
How do i do it?
I am using ...
0
votes
1answer
54 views
Add text to word table in c# using word interop
I am using Word.Interop in c# to inject data into a word document whch serves as a template for me.
This document has a table I wish to fill.
like this:
I am inserting the text like this ...
0
votes
0answers
22 views
Alternative to powerpoint shape.Export method
I want to export shapes from ppt to images. I'm using PowerPoint api's shape.Export method.
like :
curShape.Export(path + imageName,JPG_Or_PNG, (int)this.myPPTProcessor.SlideWidth, ...
0
votes
0answers
7 views
Office .NET COM add-in create child window
There is plenty of documentation of how to create an application-level add-in for Microsoft Office using .NET and COM interop. Using that technique it's easy to create and display forms either using ...
0
votes
0answers
37 views
Interop.Word.Document.Words border changes very slow
Hi!
I'm working on a MS Word addin that marks certain words in a given text. Unfortunately, this operation is very slow. In a document of 50 pages (~26'000 words) changing the border style for about ...
1
vote
0answers
64 views
Print only on recto (one paper side) with Word.interop
I'm trying to print a document, only on recto, and not recto-verso.
So, I print my document with Word.Interop and before open document, set default printer parameters like this :
...
0
votes
0answers
64 views
C# Cant read VBA Macros from Excel. (Line count 0)
I am trying to get the VBA Macros from an Excel File.
The file does not have password, and the vb project does not seem to be password protected
because I am opening it without setting the current ...
0
votes
1answer
59 views
How to reply to an Outlook mailitem using .net
I am writing an Outlook 2007 Add-in which composes a business quote in response to an email query. I compose the quote using Windows forms. Everything works fine until I get to the point of replying ...
5
votes
3answers
174 views
Color non-consecutive cells in an Excel sheet
UPDATE 2: I still want to be able to make a range object with non-consecutive ranges and even though my colleagues have given up on it I personaly hate not finishing projects. If anyone can tell me ...
0
votes
1answer
133 views
Get Unique Id From MailItem (Microsoft.Office.Interop.Outlook)?
Hi I'm creating an application that reading emails received in outlook. The reading process is something like this:
In Using Lines:
using Outlook = Microsoft.Office.Interop.Outlook;
Code block:
...
0
votes
0answers
20 views
Is it necessary to loop through all the document sections to add a watermark?
I'm wondering if it's necessary to loop through all of a word documents sections to add the watermark. I've noticed that in one of my documents that contains 23 sections, as soon as I add a watermark ...
0
votes
1answer
45 views
Excel Interop, iterating workbook for worksheet and chart
I have a scenario while working with Microsoft Excel Interop.
System.Collections.IEnumerator wsEnumerator = excelApp.ActiveWorkbook.Worksheets.GetEnumerator();
while (wsEnumerator.MoveNext())
{
...
2
votes
3answers
218 views
Converting html strings in Excel file to formatted word file with .NET
Input are Excel files - the cells may contain some basic HTML formatting like <b>, <br>, <h2>.
I want to read the strings and insert the text as formatted text into word documents, ...
1
vote
1answer
37 views
Extract text information from MS Word
i want to extract text information from MS Word document. The extracted information contain position, page number and style of text. Does anyone can suggest me How can i do That? what library can ...
0
votes
0answers
70 views
Word 2010 Interop: retrieve RGB-color from Shading.BackgroundPatternColor
Have:
Interop.Word.dll ver.14 from VS2010 PIA,
VS2010 Express Edition
MS Word 2010 (ver.14)
.docx-file made in mentioned Word manually without Interop. File contains several tables with colored ...
0
votes
0answers
39 views
Adding an ordered list item to the bottom of the list and inside the list in a Word document
I'm interacting with a Word Document. I have a template document that contains an ordered list, enumerated with 1, 1.1, 2, 2.1, 2.2, ... to 6.
Depending on a condition in my code, I would like to ...
1
vote
2answers
69 views
Word automation server-side not working
PREFACE: Yes, I know that Microsoft does not recommend this. However, this server is internal-facing in a heavily restricted VLAN.
The goal is to automatically generate specific types of reports ...
0
votes
2answers
86 views
excel interops OK with Excel 2003 with 'Office 2007 Compatability Pack'?
I'm maintaining a web-app which currently references Interop.Excel.dll (v 1.5.0.0).
The Interop.Excel.dll been used to access .xls files under Excel 2003 and then, subsequently, .xlsx/m files under ...
0
votes
0answers
41 views
Changes in Powershell in using Office automation?
On the old machine (Windows 2008) I have:
PS P:\> $psversiontable
Name Value
---- -----
CLRVersion 2.0.50727.3623
...
0
votes
1answer
65 views
Microsoft.Office.Interop.Excel.WorksheetFunction does not contain all the functions in excel
I am trying to call excel functions from C#. I can use the following code to get the excel functions:
Application app = new Application();
WorksheetFunction functions = app.WorksheetFunction;
var sum ...
-1
votes
0answers
57 views
convert MS Word to JSON data [closed]
i use office-interop to save word document to html , but it does not keep correct format when comparing with format of original document . How to keep original format of document after document ...
0
votes
0answers
62 views
Out of range exception while setting borders for table in word document
I get out of range exception at this line
borderHorizontal.LineStyle = Word.WdLineStyle.wdLineStyleSingle;
borderHorizontal.LineWidth = Word.WdLineWidth.wdLineWidth050pt;
...
1
vote
3answers
128 views
Fast access to excel data in X++
Can someone give me a clue how can I get the fast access of the excel data. Currently the excel contains more than 200K records and when I retrieve from the X++ code it takes a lot of time to retrieve ...
0
votes
0answers
57 views
Excel - Open worksheet using existing workbook is opening new workbook
I am trying to open an worksheet in an existing workbook, but this opens it in a new workbook. This problem is only with Office 2013 not 2007/2010.
Here is the C# code i am using to try achieve this. ...
0
votes
1answer
47 views
Is there anyway to know what object does the file have in MS powerpoint or word
I use win32com to handle office document in Python.
There is no way to know what method does an Object have in win32com.
(In general, we can fetch properties or methods by DIR(OBJ) in Python )
So, if ...
0
votes
0answers
49 views
Interop service error occured when using InternetExplorerClass
i am trying to deploy an asp.net web service application to IIS 7.5. The application used .Net framework 3.5. dev machine is win 7 64bit. i have used following code snippet to create HTML and then ...






