0
  OPCPackage opcpackage = sheet.getWorkbook().getPackage();
  int i = opcpackage.getUnusedPartIndex("/customProperty#.bin");

我正在使用 Apache poi -3.17 和 ooxml-schemas-1.3.jar 并希望将自定义属性写入 Worksheet 并且我遇到了这个错误。

The method getUnusedPartIndex(String) is undefined for the type Object

注意:getUnusedPartIndex 方法与最新版本的 Poi 兼容,即 apache poi 4.1.2

请建议getUnusedPartIndex的替代方法,以便根据namePattern获取未使用的部分索引,该索引尚不存在,并且在Apache Poi 3.17中具有最低的正索引

4

0 回答 0