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

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

XMLWordPrintable

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

      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

       

       

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

              Created:
              Updated:
              Resolved: