Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old October 23rd, 2007, 06:45 PM
ND
Guest
 
Posts: n/a
Default ASP: XLS to XML

hi anyone,
is it possible to open a excel file with excel application object and
with saveas() to XML file in asp, without ADO?

  #2  
Old October 23rd, 2007, 07:25 PM
Bob Barrows [MVP]
Guest
 
Posts: n/a
Default Re: XLS to XML

ND wrote:
Quote:
hi anyone,
is it possible to open a excel file with excel application object and
with saveas() to XML file in asp, without ADO?
Without involving Excel itself, or a third-party application (look at
www.aspose.com) this is not possible. It is possible to get Excel
involved via Automation, but Microsoft strongly discourages automating
Office apps in server-side code (see
http://support.microsoft.com/default...;en-us;q257757) so your
options are:

1. Ignore the caveats and automate Excel
2. Use a third-party app
3. Use ADO

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles