-
Improvement
-
Resolution: Done
-
Critical
-
None
-
None
-
None
When copying a column range like:
private String TABLE_RANGE = "A:E"; Range source = Ranges.range(templateSheet, TABLE_RANGE); Range destination = Ranges.range(newSheet, TABLE_AREA); source.paste(destination);
Keikai will actually copy A1: E1048576 and cause out of memory exception.
- relates to
-
ZSS-1207 Only copy to the last row that contains data when copying a column range
- Closed