|
|
|
@ -98,7 +98,7 @@ public class CellElementsClip implements Cloneable, java.io.Serializable {
|
|
|
|
|
table.add(new ArrayList<>()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
while (currentRow<cellElement.getRow()){ |
|
|
|
|
while (currentRow < cellElement.getRow()) { |
|
|
|
|
table.add(new ArrayList<>()); |
|
|
|
|
currentRow++; |
|
|
|
|
} |
|
|
|
|