From: raj on
Hi,

I want to export the html results to excel and I am not physically
storing these file to use
these kind of code.

ods tagsets.tableeditor file="c:\\temp.html"
options(excel_save_file="c:\\temp122.csv"
file_format="csv"
open_excel="no"
quit="yes"
);

proc print data=sashelp.class;
run;

ods tagsets.tableeditor close;

Actually I am using SAS information delivery portal to display the
results with out actually storing then html results.For eg
(using _webout in sas stored process) .

So I want a button kind of thing which will allow the html result to
get converted to excel.

Thanks,
Raj