Protection"

From Documentation
Line 1: Line 1:
 
 
= Protect a Sheet =  
 
= Protect a Sheet =  
 
how to enable / disable protection for a sheet with API , protectSheet()
 
how to enable / disable protection for a sheet with API , protectSheet()
Line 8: Line 7:
 
= Unlock a Cell=
 
= Unlock a Cell=
 
Spreadsheet supports unlock cells of a protected sheet configured in Excel.
 
Spreadsheet supports unlock cells of a protected sheet configured in Excel.
 +
 +
describe how to unlock a cell in Excel.

Revision as of 09:25, 25 September 2013

Protect a Sheet

how to enable / disable protection for a sheet with API , protectSheet()


get protection status with API , isProtected()

Unlock a Cell

Spreadsheet supports unlock cells of a protected sheet configured in Excel.

describe how to unlock a cell in Excel.