Hello.
I have founded, that my coloring for numbers < 0 is missed out when i resave workbook via Aspose. Can you please fix it.
public void testInvertAxis() throws Exception {
Workbook wb = new Workbook(“D:\input.xlsx”);
wb.save(“D:\out.xlsx”);
}
Best regards. Alexey