From: BruceBrad on
I've been using code like
ODS MSOFFICE2K file="...xls";
to produce output to read into Excel. However, this produces html
output. Excel can read this, but it leads to all sorts of problems
when linking (I get lots of 'cannot update links' messages in Excel).
Can ODS produce proper Excel files?
From: Arthur Tabachneck on
Bruce,

Take a look at: support.sas.com/rnd/papers/sgf07/sgf2007-excel.pdf

If that doesn't suffice, do a google search for vince delgobbo
(actually, once you type vince delgo his name will likely appear). He
is a SAS employee who is the official guru in this area.

Art
------------
On Mar 3, 6:35 pm, BruceBrad <b.bradb...(a)unsw.edu.au> wrote:
> I've been using code like
> ODS MSOFFICE2K file="...xls";
> to produce output to read into Excel. However, this produces html
> output. Excel can read this, but it leads to all sorts of problems
> when linking (I get lots of 'cannot update links' messages in Excel).
> Can ODS produce proper Excel files?
From: Alan Churchill on
No. If proper means binary.

http://support.sas.com/kb/37/040.html

I will be doing a talk on an alternate methodology at SGF that does produce
binary files in 2003 and 2007 format.

Alan

Alan Churchill
Savian
www.savian.net
Office: (719) 687-5954
Cell: (719) 310-4870


-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L(a)LISTSERV.UGA.EDU] On Behalf Of
BruceBrad
Sent: Wednesday, March 03, 2010 4:35 PM
To: SAS-L(a)LISTSERV.UGA.EDU
Subject: Can ODS create Excel output?

I've been using code like
ODS MSOFFICE2K file="...xls";
to produce output to read into Excel. However, this produces html output.
Excel can read this, but it leads to all sorts of problems when linking (I
get lots of 'cannot update links' messages in Excel).
Can ODS produce proper Excel files?