Uploaded image for project: 'Keikai'
  1. Keikai
  2. KEIKAI-2

Optimize copying range when copying a whole column

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Critical Critical
    • 5.0.0
    • 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.

            jumperchen jumperchen
            jeanher jeanher
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: