Skip to content

Number format not applied to values in email #109

@psteiwer

Description

@psteiwer

Example value in Excel:
<td style="mso-number-format:#0\.0" x:num>6.515151515151515152</td>
Excel understands this style, email clients do not. This means when opened in Excel, the format is applied. In the email, the format is not applied. I am not sure where the style is lost, but the email seems to convert it at some point:

<td style='padding:.75pt .75pt .75pt .75pt'>
<p class=MsoNormal>6.515151515151515152</p>
</td>

This may mean that while writing to the email, we need to deconstruct the mso-number-format and apply formatting to the actual number instead of trying to pass through a number format

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions