https://bz.apache.org/bugzilla/show_bug.cgi?id=60571

--- Comment #9 from Javen O'Neal <one...@apache.org> ---
(In reply to Jonny from comment #8)
> I remember that for html files in excel, you can 
> add  style attribute with mso-number-format="..."
> I take it that it's not possible to use that attribute in the sheet.xml?

Check in the OOXML schema. If you have built POI, it's in
ooxml-lib/OpenOfficeXML-XMLSchema.zip, otherwise download it from ECMA
International Office Open XML 1st edition part 4.

I grepped through the schemas for mso and number-format and didn't see
anything. Perhaps it's called something else in the schemas and sheet.xml? It's
also possible that it was added after the 1st edition. If you find it, it's
possible to get POI to write that attribute.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to