BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Coa_SAs
Fluorite | Level 6

Hi all,

I am creating ODS HTML report, one of the variable not displaying correctly in the HTML output.

For Eg: ID has to display as '07008E08675 ' instead of its displaying as  1.7977E+308

I used  style={HTMLSTYLE="VND.MS-EXCEL.NUMBERFORMAT:@"}

style=[htmlstyle="MSO-NUMBER-FORMAT:\@"]

Please help me on this, Thanks In advance.

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26

Hi:

  I don't know where you got the "VND.MS-EXCEL.NUMBERFORMAT"...it was my understanding that you needed the second example, not the first. Please see this paper (page 3) http://support.sas.com/resources/papers/proceedings11/266-2011.pdf

  Generally my recommendation is that you generate Microsoft "friendly" HTML by using the MSOFFICE2K destination. Microsoft did NOT like the HTML4 method of using style information that is contained in ODS HTML.  So, my recommendations would be that you

1) switch to ODS MSOFFICE2K as the destination (which generates Microsoft HTML) and

2) use the form of HTMLSTYLE= that is shown on page 3 of the paper.

cynthia

View solution in original post

2 REPLIES 2
Cynthia_sas
Diamond | Level 26

Hi:

  I don't know where you got the "VND.MS-EXCEL.NUMBERFORMAT"...it was my understanding that you needed the second example, not the first. Please see this paper (page 3) http://support.sas.com/resources/papers/proceedings11/266-2011.pdf

  Generally my recommendation is that you generate Microsoft "friendly" HTML by using the MSOFFICE2K destination. Microsoft did NOT like the HTML4 method of using style information that is contained in ODS HTML.  So, my recommendations would be that you

1) switch to ODS MSOFFICE2K as the destination (which generates Microsoft HTML) and

2) use the form of HTMLSTYLE= that is shown on page 3 of the paper.

cynthia

Coa_SAs
Fluorite | Level 6

Thanks a Cynthia, The paper helped me a lot, really appreciate your quick response.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 3611 views
  • 0 likes
  • 2 in conversation