Convert excel to html, the data bar render not correct

Hello,
when I convert excel to html, and set DataBarAxisPosition is none,if the value is nagetive, the position of data bar is not same as the excel.
code show as below:

 Workbook workbook = new Workbook("test3.xlsx");
 workbook.save("test3.html", SaveFormat.HTML);

test3.zip (71.8 KB)

@xuerui,

Thanks for the template file and screenshots.

Please notice, I am able to reproduce the issue as you mentioned by converting your template Excel file to HTML. I found the data bar rendering is not correct in Excel to HTML conversion. I have logged a ticket with an id “CELLSJAVA-44640” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

The issues you have found earlier (filed as CELLSJAVA-44609) have been fixed in this update.