473,791 Members | 3,211 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Create Office documents on server

Not sure if this is the most appropriate group - feel free to redirect me.

If I have a web application that needs to programatically create and
manipulate office documents (word & excel), what options do I have other than
installing MS Office on the web server?

Can I just install an Office SDK or a version of Office that has no user
interface?

tia

Oct 29 '08 #1
3 2199
"Terry Holland" <MS***********@ nospam.nospamwr ote in message
news:CD******** *************** ***********@mic rosoft.com...
Not sure if this is the most appropriate group - feel free to redirect me.

If I have a web application that needs to programatically create and
manipulate office documents (word & excel), what options do I have other
than
installing MS Office on the web server?
Under no circumstances even contemplate installing Office on your webserver.
Server-side Office automation is not recommended or supported by Microsoft
because Office wasn't designed to be instantiated in this way.
Can I just install an Office SDK or a version of Office that has no user
interface?
There is no such version of Office...

This is all you need:
http://www.aspose.com/categories/pro...a/default.aspx
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 29 '08 #2
On Wed, 29 Oct 2008 23:13:27 +0100, Mark Rae [MVP]
<ma**@marknospa mrae.netwrote:
This is all you need:
http://www.aspose.com/categories/pro...a/default.aspx
Aspose has some really nice libraries indeed, and I agree with Mark Rae
that you should very much prefer theese to Office automation.

For "pet projects", where you do not have the money need to grab an Aspose
license, you might want to consider the fact that some of the Microsoft
Office applications are able to open HTML documents. Returning an HTML
document with the mime-type set to application/msword will usually trigger
Microsoft Word to open the document. Honestly, you really do not want to
go this way unless you have to - Aspose offers much more flexibility, and
it is a lot easier to work with.

--
Joern Schou-Rode
http://malamute.dk/
Oct 29 '08 #3
One limited option to process MS Word/Excel document/sheet on server side is
to use VSTO's server document capability. It does not require Word/Excel
installation on server side. Basically what you can do with serverdocument
is to embed data (retrieved in server side process) into Data island in
serverdocument. and then when the document is opened in user computer, VSTO
add-ins will do something according to the data in data island. It may or
may not suit your need.

"Terry Holland" <MS***********@ nospam.nospamwr ote in message
news:CD******** *************** ***********@mic rosoft.com...
Not sure if this is the most appropriate group - feel free to redirect me.

If I have a web application that needs to programatically create and
manipulate office documents (word & excel), what options do I have other
than
installing MS Office on the web server?

Can I just install an Office SDK or a version of Office that has no user
interface?

tia
Oct 29 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
5394
by: Richard Fritzler | last post by:
I was given the task of designing a complete web based document prep system. In simplest terms (using a msword explanation) create a database of merge fields, and a library of templates. Allow the webuser to select the template, merge his DB record, and produce a formatted document that can be printed or downloaded. We need to do this without specialized software on the client, since it will be universally available to webusers. We...
0
2057
by: Lee Harris | last post by:
Hello, I have a client that has about 150 users on a intranet that I've created. The server is Windows 2000 with IIS 5.0 and has Office 2000 installed. The client came to me and asked if it was possible to print MS Word and Excel docuements right from the ASP page. First I said sure I'll just link the document to the page then you can print it. That's not what they wanted, they wanted to be able to click on a link and have the server...
3
1208
by: Yaron Lapidot | last post by:
Hi is there a way to let users update office documents on the iis ? Yaron
2
1626
by: leodippolito | last post by:
Sirs, I have an ASP.NET application with hundreds of users accessing it. One of its features is to merge a set of Word documents that are stored in a server (basically is copy contents from doc1 and append to doc2). I saw there is a Microsoft Word COM DLL to work with Office documents from inside C#. However, recently I read this article: INFO: Considerations for Server-Side Automation of Office
0
1746
by: Kevin G. Anderson | last post by:
What: CAUG Meeting - Visual Studio 2005 Tools for Office When: Thursday, April 27, 2006, 6PM Who: Jacob Cynamon, Microsoft Where: The Information Management Group 200 W. Monroe St. Suite 900 Chicago, IL 60606 (312) 222-9400 Location: www.imginc.com/IMG/About+IMG/chicago.htm info@caug.com and add "ATTENDING" to the subject
0
5779
by: martinb2007 | last post by:
Hi everybody! From Buenos Aires. A brief explanation of the application I'm developing. Any help or discussion about welcomed. I'm developing a Documents Manager that allows to upload office and other vendors documents to SQL Server (Blobs) and enter the classification data for a document, an asign a circuit of persons who have to approve before being accesible to readers (lists of readers you can add too). I come up to serach for a...
3
2984
by: elh.maayan | last post by:
hi we are looking for a software that can convert on a server office documents (via web services or other automated means) WITHOUT the use of office itself, (it should handle hebrew documents) as office cannot be used in a muliti-threaded enviorment . the software should accept file via api which could later be intergrated as web services.. or other synchronouse means... i've heard a few recommendatiosn on activePDF however, from...
4
23208
by: amphibian1 | last post by:
I'm trying to write a C# application that iterates through a collection of Microsoft Office documents and standardizes the meta data of those documents (e.g. the author and company name). Unfortunately, I can't seem to figure out what libraries/classes I should use to do this, if they exist at all. I have looked at the Microsoft.Office.Core namespace, but it seems that namespace only gives you a bunch of interfaces and no actual classes. ...
1
263
by: Michael Nemtsev [MVP] | last post by:
Hello peterkoman@gmail.com, Use search, it's first u need to start from :) It's discussed years ago in this group http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/a4c3e7809ddd2e02/6fc524baec8c62e5?lnk=st&q=convert+.doc+to+.jpeg+in+asp.net&rnum=5&pli=1 --- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour :: http://twitter.com/laflour
0
9512
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10419
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10201
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10147
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9023
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7531
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5424
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5552
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4100
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.