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

support row height autofit

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.9.0
    • None
    • None
    • Security Level: Jimmy
    • None

      User Story

      Main Scenario

      • The keikai-based application loads data into a template file from a database dynamically, no way to determine width and height in advanced. It has to resize the width and height after the cell data are populated by the system itself not by the end users manually.
      • The app provides read-only view to users without row and column headers, so users cannot resize the width and height manually.

      1. As an end-user, I can make the row height automatically fit the content, e.g. a cell with multiline text or wrap text
      2. An an application developer, I can call a method to make the row height automatically fit the content.


      Ref: https://www.ablebits.com/office-addins-blog/2017/03/08/excel-row-height-change-autofit/

      Acceptance Criteria

      1. when an end-user double-clicks the bottom border of a row, the row adjusts automatically its width to fit the content.
      2. when an end-user selects multiple rows (clicking and drag over row headers), he double-clicks one of the row bottom borders, all selected rows adjust their height to fit their content
      3. if a cell contains a wrapped text, keikai adjusts the row height based on the current column width.
      4. an application developer can call a method to auto-fit the height of one or multiple rows.

      For merged cells

      1. keikai should work on a merged cell with multi-lines text and a wrap text, e.g. resize the last row of a merged cell or distribute the changed size to each row of a merged cell.
      2. This behavior should be configurable to enable because it's different from Excel default behavior.
      3. property name is enable-auto-fit-merged-cell : true | false, default: true

      details

      • Excel doesn't auto-fit row height for a merged cell by default
      • An Excel add-in can auto-fit row height on merged cells and a cell with wrap text.

        1. multilineWrapText.jpg
          multilineWrapText.jpg
          38 kB
        2. keikai-535-wrap.xlsx
          9 kB
        3. keikai-535-enoughHeight.xlsx
          10 kB
        4. keikai-535.xlsx
          22 kB

            DevChu DevChu
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: