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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 3.5.0
    • Affects Version/s: 3.5.0 RC
    • Component/s: 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 )
      
      

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

              Created:
              Updated:
              Resolved: