https://issues.apache.org/bugzilla/show_bug.cgi?id=55386
Bug ID: 55386
Summary: when getBoldweight is normal,shouldn't be set the html
to the font-weight: bold
Product: POI
Version: 3.10-dev
Hardware: PC
OS: All
Status: NEW
Severity: critical
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
org.apache.poi.ss.examples.html.ToHtml.fontStyle(CellStyle)
if (font.getBoldweight() >= HSSFFont.BOLDWEIGHT_NORMAL)
out.format(" font-weight: bold;%n");
when the bold-weight is normal, the font-weight should be set to normal to, not
be set to bold.
shoudle change the >= to >.
--
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]