Microsoft Office is a proprietary collection of desktop applications intended to be used by knowledge workers.
7
votes
2answers
5k views
Android Microsoft Office Library (.doc, .docx, .xls, .ppt, etc.)
Does anyone know of a good Java Microsoft Office API capable or running on an Android? I know there is an OpenOffice Java API, but I haven't heard of anyone using it on Android.
I know that using ...
30
votes
5answers
9k views
Excel interop: _Worksheet or Worksheet?
I'm currently writing about dynamic typing, and I'm giving an example of Excel interop. I've hardly done any Office interop before, and it shows. The MSDN Office Interop tutorial for C# 4 uses the ...
22
votes
10answers
8k views
How can I programatically create, read, write an excel without having office installed?
I'm confused as hell with all the bazillion ways to read/write/create excel files. VSTO, OLEDB, etc, but they all seem to have the requirement that office must be installed.
Here is my situation: I ...
19
votes
7answers
10k views
Resources for learning c# Excel interop
What are some resources that will help get me up and running quickly with the Excel interop in C#?
11
votes
2answers
6k views
Automating Office via Windows Service on Server 2008
We have a Windows Service which runs on 2003 Server. It opens a source Word document using the Word Interop and then does some stuff with it. It also does likewise with Excel and PowerPoint files.
...
3
votes
3answers
2k views
VBA: Basic Syntax and Examples Tutorial [closed]
At work I work closely with MS-Office. I have managed to generate some scripts that perform various tasks. While I can port functions to VBA with some difficulty, I do not fully understand the ...
82
votes
1answer
40k views
What is a correct mime type for docx, pptx etc?
For older *.doc documents this was enough:
header("Content-Type: application/msword");
What mime type should I use for new docx documents? Also for pptx and xlsx documents?
20
votes
4answers
12k views
How to detect installed version of MS-Office?
Does anyone know what would be the best way to detect which version of Office is installed? Plus, if there are multiple versions of Office installed, I'd like to know what versions they are. A bonus ...
7
votes
1answer
3k views
Trying to port Apache POI to Android
I'm looking for a lightweight version of poi-3.8.jar to use it in an Android (private) app.
I don't seem to be able to fit the whole 1.7Mb jar in the APK for some reason (and it would be wrong to do ...
7
votes
10answers
9k views
Does MS access(2003) have anything comparable to Stored procedure. I want to run a complex query in MS acceess
I have a table, call it TBL. It has two columns,call them A and B. Now in the query I require one column as A and other column should be a comma seprated list of all B's which are against A in TBL.
...
30
votes
3answers
5k views
Beginning VSTO Development
I'm quite confused with what are the necessary tools for VSTO develpment. Specifically I want to manipulate Excel 2003/2007 documents programmatically. I did quite a lot of VBA before, if you want to ...
16
votes
4answers
4k views
Will Subversion efficiently store OpenXML Office documents?
I have been managing Subversion as an engineering document storage repository for my company. It is working fairly well, however I have a question about how MS Office 2007 formats are (should be) ...
2
votes
5answers
8k views
What is the best way to master VBA macros for MS Office applications? [closed]
I am working in a farm that requires me to do lots of MS Office application work. I want to automate all these tasks using VBA macros. So, I want to master the skill sets to write VBA macros for MS ...
17
votes
4answers
17k views
Creating PowerPoint presentations programmatically
Is there a way to programmatically create PowerPoint presentations? If possible, I'd like to use C# and create PowerPoint 2003 presentations.
7
votes
5answers
12k views
How to extract text from MS office documents in C#
I was trying to extract a text(string) from MS Word (.doc, .docx), Excel and Powerpoint using C#. Where can i find a free and simple .Net library to read MS Office documents?
I tried to use NPOI but i ...
5
votes
2answers
7k views
Programmatically extract macro (VBA) code from Word 2007 docs
Is it possible to extract all of the VBA code from a Word 2007 "docm" document using the API?
I have found how to insert VBA code at runtime, and how to delete all VBA code, but not pull the actual ...
2
votes
4answers
3k views
Rookie MS Access - Creating the Front End MDE
ok guys. here are some rookie questions for you:
I created a database for tracking metrics, with some automation tricks (email, .doc,.ppt presentations, etc) with a very large Main-table, and lots of ...
6
votes
9answers
3k views
Alternative to Office Interop for document generation
At the moment we're using office interop to generate documents from templates in office 2003 (word, excel & powerpoint). This seems to be rather frowned upon (see ...
8
votes
8answers
4k views
python convert microsoft office docs to plain text on linux
Any recomendations on a method to convert .doc, .ppt, and .xls to plain text on linux using python? Really any method of conversion would be useful. I have already looked at using Open Office but, I ...
13
votes
2answers
23k views
Cell color changing In Excel using C#
I am using a Windows application for exporting a data table to Excel. It's working. Now I want to give some color for particular text in the cell. How shall I do this?
2
votes
2answers
612 views
How to obtain PowerPoint File Format Programmatically
I need to determine whether the ActivePresentation is 97-2003 or 2007 format. I really won't want to check the extension.
Is there a property somewhere inside the PowerPoint Object Model which gives ...
1
vote
2answers
2k views
C#: How to know whether certain Office 2003 or 2007 application is installed?
I need to know whether Microsoft Word, Excel, Outlook, Project, etc are installed in a Windows Forms .net 2.0 C# application.
The first attempt was by simply trying to create the application objects ...
1
vote
2answers
4k views
Editing MS Office documents from a web application: custom WebDaV implementation or …?
Following is our setup & requirement:
There's a public web application accessible via SSL + Basic Authentication. Most of these applications are in ASP.Net; couple of legacy ones are in classic ...
0
votes
2answers
1k views
View MS office files in an android application
I am trying to view files in my application such as audio, video , PDF and others.
I have successfully done that, now I am trying to view Microsoft office files such as doc, docx, xls and ppt.
Is ...
21
votes
4answers
10k views
What are the differences between VBA 6.0 and VBA 7.0?
I noticed that Office 2010 comes with Visual Basic for Applications 7.0. However I can't seem to find much documentation on what changes were made. Does anyone have a summary of the changes, or any ...
11
votes
2answers
11k views
Regular Expression Rules in Outlook 2007? [closed]
Is it possible to create rules in Outlook 2007 based on a regex string?
I'm trying to add a filter for messages containing a string such as: 4000-10, a four digit number followed by a dash and then ...
23
votes
14answers
51k views
Detect whether Office 2010 is 32bit or 64bit via the registry
Now that Office 2010 also comes in a 64bit install, where in the registry do you find out if the version of Office installed is 32bit or 64bit?
5
votes
2answers
9k views
programatically convert word docx to doc without using ole automation
i'm looking for a way to programatically convert word documents in docx format to doc format without using ole automation. i already have a windows service that does this but it means installing ...
5
votes
2answers
5k views
PPT slides to images
I am using Office 07 PIA to convert the ppt into images in C#.
The slides are properly converted into images.
Now, while individual slides are converted into images, I was hoping for a workaround ...
5
votes
1answer
4k views
Installing VSTO 4.0 Causes VSTO 3.0 Addin to quit working
I just installed Visual Studio 2010 yesterday. As part of that I installed VSTO 4.0. Now when I run any Office application, my VSTO 3.0 addins fail to load. The error in the event log is
...
5
votes
9answers
3k views
How can I read MS Office files in a server without installing MS Office and without using the Interop Library?
The interop library is slow and needs MS Office installed.
Many times you don't want to install MS Office on servers.
I'd like to use Apache POI, but I'm on .NET.
I need only to extract the text ...
3
votes
1answer
533 views
Apply Windows Theme to Office Com add-in
For ages, Delphi has supported the Enable runtime these switch on the Application Settings tab. However, this only works for executables. DLLs are assumed to take over the theming (and other) setings ...
3
votes
10answers
3k views
How can I create an Excel compatible Spreadsheets on the server side in C#?
I'd like to make server-side excel compatible spreadsheets that maybe use OpenXML or a structured data format.
I've used Office Interop before to generate Excel spreadsheets, but those apps run on a ...
5
votes
2answers
11k views
MS Word Office Automation - Filling Text Form Fields And Check Box Form Fields And Mail Merge
Does anyone have any good advice or experience on how to create an engine using C# (VB.NET is okay too) that is generic enough to handle most cases of MS Word text fields I need to fill with data I'm ...
12
votes
1answer
4k views
How to parse word documents with ruby?
Does anyone know of a library that I can use on OS X/Linux to parse Word files and output the content as HTML?
I've had a look at win32ole but as far as I can see it's for Windows only, although I ...
5
votes
1answer
548 views
Is there functionality that is NOT exposed in the OpenXML SDK v2?
I want to know if there is anything that you cannot do with SDK that was exposed in the COM interface?
3
votes
5answers
5k views
Problems with office automation in asp.net. I can use alternatives such as open-office, if I knew how
I have a ASP.NET 2.0 web application that should upload a ppt file and then extract its slides to images. For that I have imported office.dll and Microsoft.Office.Interop.PowerPoint.dll assemblies and ...
3
votes
2answers
1k views
VSTO for the Mac?
I have built a custom Outlook toolbar option using VSTO which logs an email in a database. This works fine in Windows. However, I’ve been asked if we can migrate this to the Mac for Entourage which I ...
3
votes
6answers
11k views
How do I programatically interface an Excel spreadsheet?
I have a request for some contract work from an organization that uses Excel as a database and wants to do some work on the Excel data via a real database. (Yeah, I know, never mind...)
The client ...
2
votes
3answers
1k views
Unit test with Microsoft.Office.Interop dll fails on build server
I've written a unit test. The code under test references Microsoft.Office.Interop.Excel.dll.
The test runs fine on my machine but fails on the build server. It fails on the line where the Excel ...
2
votes
1answer
6k views
Excel.Range.Find method
I am using Excel interop object and trying to find a date in a specified range by below method
Excel.Range rngFind = WS.get_Range(strFromRange, strToRange).Find(strFind, Type.Missing,
...
2
votes
1answer
1k views
How to programatically tell if a word document is corrupt?
I've got a little C# application that interops with word converting a bunch of word .doc files into textfiles and for the most part this works fine.
However, if the document is currupt then word ...
1
vote
1answer
282 views
Serialize current ActiveDocument from office 2007 add-in
Im creating a VSTO Office 2007 add-in.
I need to be enable or find a solution where I can save to a webservice with a byte[] instead of hard drive.
So,
I open the document by going to a website and ...
1
vote
1answer
5k views
How to open .EXE with Javascript/XPCOM as Windows “Run…”?
I have an intranet web application who needs to run some external applications, like Word, Notepad and other particular ones... My code allow the access with IE (ActiveX) and Firefox (XPCOM). When I ...
1
vote
1answer
3k views
C# office 2010 automation
i'm trying to make a program that inserts data into specific places in existing word document and saves a copy of it.
and i have no clue how to do it , and i cant find any good resource on office 2010 ...
1
vote
2answers
4k views
Making Word document embedded in a web page editable or read-only
I'm embedding some Word documents into our web page using iframe like this:
<iframe src="ftp://ftp.example.com/www/uploads/Image/test.doc" width="100%" height="400">
Alternative
...
4
votes
2answers
1k views
C# convert .doc to .htm
I am trying to convert .doc file to .htm format to view in an ASP.NET MVC page.
I am using the following code in C# :
using Microsoft.Office.Core;
using Microsoft.Office.Interop.Word;
....
...
4
votes
1answer
2k views
Why do custom file properties, set using the DSOFile library, not persist after saving?
I am currently working on a plugin for AutoCAD that allows users to interact with a document versioning application, and in order to sync files between the remote repository and local machine, I had ...
3
votes
3answers
1k views
Documents.Add fails on ASP.NET (VB.NET)
I am having an issue with opening a document using Microsoft Word from ASP.NET MVC.
This works perfectly on my developer machine, but not when deployed to IIS.
Dim word = New ...
3
votes
7answers
9k views
MS Word Viewer C# .NET automation
Is it possible to automate the following:
referencing MS Word Viewer to open a document programatically and then print it?
C# ideally
Im guessing if it is possible to open it then more than likely it ...

