|
@@ -341,6 +341,7 @@ public class PDFTableReader<T> {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if(titleRow == null) return new ArrayList<>();
|
|
//根据titleRow和nextRow获取多行数据
|
|
//根据titleRow和nextRow获取多行数据
|
|
List<Float> collect = new ArrayList<>();
|
|
List<Float> collect = new ArrayList<>();
|
|
if (nextRow != null) {
|
|
if (nextRow != null) {
|