Hi.
I have founded, that Lotus settings changes after resaving a book.
The following example just resave a book.
@Test
public void checkboxTest() throws Exception {
Workbook workbook = new Workbook(“D://checkbox.xlsx”);
workbook.save(“D://out.xlsx”);
}
But after it, out.xlsx have a checked Lotus settings, that i not checked before.