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

Track cell focus and selected sheet as part of the book model

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Done
    • Normal
    • 5.10.0
    • None
    • None
    • Security Level: Jimmy
    • None

    Description

      User Story

      As a developer, I use Keikai to display xlsx documents.

      The currently selected sheet and the currently focused cell in each sheet is part of the xlsx data.

      This enable the user to return the the same sheet / cell on loading a document.

      This would also allow for manipulation of the sheet selection and cell focus at Book level without having to notify UI if using operation batching.

      Acceptance Criteria

      move selected sheet and focused cell per sheet as property of the book model, rather than properties of the spreadsheet component.

      Details

      focused cell per sheet:

      <selection activeCell="E11" sqref="E11"/>

      https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.selection.activecell?view=openxml-2.8.1

       

      selected sheet in book

      <sheetView tabSelected="1" >...</sheetView>

      https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.sheetview.tabselected?view=openxml-2.8.1

       

       

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: