Date: Sun, 9 Nov 2003 03:03:38 -0800
Reply-To: Bruce Bradbury <BruceBrad@INAME.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Bruce Bradbury <BruceBrad@INAME.COM>
Organization: http://groups.google.com
Subject: ODS in Proc Tabulate produces misaligned text
Content-Type: text/plain; charset=ISO-8859-1
I'm trying to get the output from proc tabulate into Excel. I'm using
syntax like
ODS HTML file="filename.xls";
However, I usually end up with one or more of the cell and/or row
columns misaligned. I get the same result if I use CSV format. Any
suggestions? I'm using 8.2.
I see on the SAS support site that this is a documented problem with
the CSV format (fixed in 9.1). I don't have 9.1 yet (and can't run it
on my win98 computer in any case).
|