@@ -431,7 +431,7 @@ private void checkRowHeight(AnalysisCell analysisCell, FillConfig fillConfig, bo
431
431
if (!analysisCell .getFirstRow () || !WriteDirectionEnum .VERTICAL .equals (fillConfig .getDirection ())) {
432
432
return ;
433
433
}
434
- // fix https://github.com/CodePhiliaX/easyexcel-plus /issues/1869
434
+ // fix https://github.com/CodePhiliaX/fastexcel /issues/1869
435
435
if (isOriginalCell && PoiUtils .customHeight (row )) {
436
436
collectionRowHeightCache .put (currentUniqueDataFlag , row .getHeight ());
437
437
return ;
@@ -541,7 +541,7 @@ private String prepareData(Cell cell, int rowIndex, int columnIndex,
541
541
analysisCell .getVariableList ().add (variable );
542
542
if (lastPrepareDataIndex == prefixIndex ) {
543
543
analysisCell .getPrepareDataList ().add (StringUtils .EMPTY );
544
- // fix https://github.com/CodePhiliaX/easyexcel-plus /issues/2035
544
+ // fix https://github.com/CodePhiliaX/fastexcel /issues/2035
545
545
if (lastPrepareDataIndex != 0 ) {
546
546
analysisCell .setOnlyOneVariable (Boolean .FALSE );
547
547
}
@@ -553,7 +553,7 @@ private String prepareData(Cell cell, int rowIndex, int columnIndex,
553
553
}
554
554
lastPrepareDataIndex = suffixIndex + 1 ;
555
555
}
556
- // fix https://github.com/CodePhiliaX/easyexcel-plus /issues/1552
556
+ // fix https://github.com/CodePhiliaX/fastexcel /issues/1552
557
557
// When read template, XLSX data may be in `is` labels, and set the time set in `v` label, lead to can't set
558
558
// up successfully, so all data format to empty first.
559
559
if (analysisCell != null && CollectionUtils .isNotEmpty (analysisCell .getVariableList ())) {
0 commit comments