473,473 Members | 1,963 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Save As ... MS Office Documents

1 New Member
Hi there

We have content delivery web site embedded with MSOffice documents like (MS-word, Excel, powerpoint, pdf) for users.

The problems we are facing is specified below.....

1. We are not able to save MS-Office documents as above said using File --> Save As menu of Internet Explorer.

2. Clicking on File--> Save As menu it is asking to save in (.htm, .html,.mht,.txt) format i.e. to save as web page.

We are looking for the feature to save these documents in (.doc, .xls, .ppt, .mpp, .pdt etc.) format.

Please advice/suggest for the valuable solution.

Thanks in advance.
Oct 16 '06 #1
1 1336
iam_clint
1,208 Recognized Expert Top Contributor
this can be done in ASP
Expand|Select|Wrap|Line Numbers
  1. <%
  2. Response.ContentType = "application/vnd.ms-excel"
  3. Response.AddHeader "Content-Disposition", "attachment;filename=Ad_Report.xls"
  4. %>
  5. <table>
  6. <tr>
  7. <td>A1</td>
  8. <td>A2</td>
  9. </tr>
  10. <tr>
  11. <td>B1</td>
  12. <td>B2</td>
  13. </tr>
  14.  
this would bring it up in XLS format MS-EXCEL
Oct 16 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Martin Lucas-Smith | last post by:
I am trying to use PHP's COM support to open a URL from within MS Word then save the document. I am using PHP5.0.3/Apache2/WindowsXP. phpinfo() confirms that COM support is enabled. ...
2
by: Stefan Hirtbach | last post by:
Hi, I have to create and edit Excel and Word files with an server-side applikation. One problem is that on this server no Office will be accessible, so that I can't use normal automatisation. The...
0
by: COMantilles | last post by:
Hi, Hi created a simple function to open a word doc on server then save it to HTML, ok for the result except that i would like to save it to "filtered" HTML without office's tags (word 2002...
2
by: William LaMartin | last post by:
I have created a program that allows for the automation of things in Word documents, like changing the values of DocVariables and the links to Excel Sheets. I did it using interoperoperatability,...
0
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...
4
by: Annemarie | last post by:
Hi, I am hoping someone can help me. I have build a database in Access but have only one thing that I can't do. Its a database for work which contains both personal and work-related info. I...
4
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). ...
1
by: Raymond Chiu | last post by:
Dear all, I have office 2007 and download save as pdf. How can I use vb.net to save excel documents in pdf format? objsheet.saveas("temp.xls", excel.xlfileformat.addin) does not work?????
1
by: sainathparuchuri | last post by:
As a project requirement we need to convert word documents to tiff images. We have been using Microsoft Office Document Image Writer (MODI) for this puspose and doing absolutely well. But now this...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...
1
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.