测试代码如下:
public void testImage111() throws Exception {
String template = "files/template.xlsx";
Workbook book = new Workbook(template);
book.getWorksheets().get(0).getCells().get(0,2).setValue("dddddd");
…...when resaving xls with WPS compatibility CELLSJAVA-46596:The embedded...saving xls to xlsx with WPS compatibility simon.zhao December 22,...