You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/05/05 12:28:05 UTC

[Bug 6842] A clean-room implementation is needed of "FontMetrics"

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

--- Comment #9 from Sandra <sa...@zuehlke.com> ---
Description of the changes made in the patch:

XSSFImportFromXML will now consider the data type defined in the XML schema
when filling the data of the xml into cells. It differentiates between Boolean,
Integer, Data and String. Any unknown data types are handled as Strings. If the
string value can't be parsed into the required data type (e.g. Integer or Date)
it will result in a IllegalArgumentException. 
Currently not all STXmlDataTypes are handled.
For an example refer to the test and test data in the patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org