|
|
@ -153,7 +153,7 @@ public class WriteSheetHolder extends AbstractWriteHolder { |
|
|
|
* @return |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public int getNewRowIndexAndStartDoWrite() { |
|
|
|
public int getNewRowIndexAndStartDoWrite() { |
|
|
|
// 'getLastRowNum' doesn't matter if it has one or zero,is's zero
|
|
|
|
// 'getLastRowNum' doesn't matter if it has one or zero, it's zero
|
|
|
|
int newRowIndex = 0; |
|
|
|
int newRowIndex = 0; |
|
|
|
switch (writeLastRowTypeEnum) { |
|
|
|
switch (writeLastRowTypeEnum) { |
|
|
|
case TEMPLATE_EMPTY: |
|
|
|
case TEMPLATE_EMPTY: |
|
|
|