Created attachment 27258 [details] patch in tar.gz as created by ant This patch fixes two regressions that break cell formatting and html conversion, that seem due to API changes: 1) In the SS formatter: the cell formatter was broken when evaluating boolean cell values. 2) in the HTML conversion: a 4 byte rgba vector was expected; this has changed, the patch address the issue. This can be tested by running org.apache.poi.ss.examples.html.ToHtml on the test file FormulaEvalTestData.xls
Created attachment 27259 [details] PATCH file in txt from ant script, the tar.gz one was empty for some reason previous patch was empty sorry
Thanks, applied in r1144331.