测试代码如下:
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");
…...notifier January 14, 2026, 10:27am 20 The issues...