https://issues.apache.org/bugzilla/show_bug.cgi?id=56011
Bug ID: 56011
Summary: [PATCH] XSSFSheetXMLHandler should fallback to default
style if cell style attribute not present
Product: POI
Version: 3.10-dev
Hardware: Macintosh
Status: NEW
Severity: enhancement
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31207
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31207&action=edit
the diff for this patch
Currently, a style is only applied to a cell if the cell style attribute ("s")
is present. Following XSSFCell.getCellStyle(), if the attribute is not
present, and there are are more than 0 styles in the styles table, we should
use the default (0) style.
This patch may also be the resolution for
https://issues.apache.org/bugzilla/show_bug.cgi?id=55648.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]