|
|
@@ -82,7 +82,7 @@ public class FileParse2ServiceImpl {
|
|
|
List<String> headerList = new ArrayList<>();
|
|
|
readHeaderRow(xssfReader, xmlReader, sharedStrings, stylesTable, LABEL_ROW_INDEX, headerList);
|
|
|
List<String> itemColumnList = new ArrayList<>();
|
|
|
- for (int i = 0; i < headerList.size(); i++) {
|
|
|
+ for (int i = 0; i < headerList.size()+1; i++) {
|
|
|
itemColumnList.add("ITEM" + (i + 1));
|
|
|
}
|
|
|
String dynamicCols = String.join(",", itemColumnList);
|