StaticFX
Programmer
- Nov 29, 2007
- 8
I am stuck.. I am trying to export to an excel file (which works fine)
but i cannot get the text column to remain as text.
instead of 7568626110106 i get 7.56863E+12
I found one solution but it forces EVERYTHING to text.. no good since then the number columns dont add.
ODS CHTML FILE="VRFD_&FILENAME..xls" HEADTEXT="<STYLE> TD {MSO-NUMBER-FORMAT:\@}</STYLE>" PATH="/home/xxxxxxxx/check_output/";
TITLE;
PROC PRINT DATA=POUT NOOBS;
RUN;
ODS CHTML CLOSE;
I cant seem to get it to work correctly.
thanks!
but i cannot get the text column to remain as text.
instead of 7568626110106 i get 7.56863E+12
I found one solution but it forces EVERYTHING to text.. no good since then the number columns dont add.
ODS CHTML FILE="VRFD_&FILENAME..xls" HEADTEXT="<STYLE> TD {MSO-NUMBER-FORMAT:\@}</STYLE>" PATH="/home/xxxxxxxx/check_output/";
TITLE;
PROC PRINT DATA=POUT NOOBS;
RUN;
ODS CHTML CLOSE;
I cant seem to get it to work correctly.
thanks!