Uploaded image for project: 'ZK Spreadsheet'
  1. ZK Spreadsheet
  2. ZSS-679

Edit objects option in sheet protection is inconsistent when save to excel

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 3.5.0
    • 3.5.0 RC
    • None
    • None

      The sheet protection format in excel when in protection should be as below:

      <!--
      	Protection: true
      	Edit objects: false
      -->
      <sheetProtection sheet="1" objects="1"/>
      
      <!--
      	Protection: true
      	Edit objects: true
      -->
      <sheetProtection sheet="1"/>
      

      When unprotected sheet, no matter "Edit objects" option is allowed or not, it will eventually became false:

      <!--
      	Protection: false
      	Edit objects: true/false
      -->
      ( none )
      
      

            dennis dennis
            RaymondChao RaymondChao
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: