LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Code to Save HTML table as xls file on click

Joe,

My only server-side experience is with ASP or Perl, so I can't really
comment on Domino.
However, the basic concepts are the same: get whatever code creates the
original HTML table to instead create it in Excel format and send it to the
browser. If you search Google for "ASP Excel" you will find many examples
of how to do this. One method is to set the "content-type" to excel and
then just write the content as an HTML table: Excel will interpret this as a
regular worksheet.

http://www.codeave.com/asp/code.asp?u_log=40

http://archive.baarns.com/DevOnly/No...d/Intr9712.asp
http://archive.baarns.com/DevOnly/No...d/Intr9713.asp

Tim.


"Joe Black" wrote in message
...
Hi Tim,

This is a site on the Intranet and its being developed using Lotus Domino
6.5 so access to server is available.

Hope this is useful.

"Tim Williams" <saxifrax@pacbell*dot*net wrote in message
...
Is this a HTML page on the internet(or intranet) ? If you have access
to server-side coding it's pretty easy: if not it's going to be pretty
difficult. Code in the browser has no access to the user's file
system and - unless they have dangerous security settings - no
ability to create an Excel file using automation (for example).

I'm not sure this is possible using purely client-side scripting...

Tim.




 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Issue with save xls file to html and than back to xls Bud Excel Discussion (Misc queries) 1 October 2nd 08 04:21 PM
Save Excel file to HTML. New Orleans Novice New Users to Excel 11 August 4th 08 09:27 PM
Save single sheet from XLS file as HTML Tomasz Klim Excel Discussion (Misc queries) 2 July 29th 05 03:55 PM
Click on X in upper right corner should save FIRST the file you se Thorkild Excel Discussion (Misc queries) 1 December 6th 04 11:54 PM
Displaying HTML code in .CSV file Excel 2002 killerinstinct Excel Programming 0 September 20th 04 11:00 AM


All times are GMT +1. The time now is 07:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"