Package | Description |
---|---|
com.aspose.cells.api |
Modifier and Type | Method and Description |
---|---|
WorksheetResponse |
CellsApi.DeleteUnprotectWorksheet(String name,
String sheetName,
String storage,
String folder,
ProtectSheetParameter body)
DeleteUnprotectWorksheet
Unprotect worksheet.
This method will only work on JDK8+ because of JDK-7157360 bug - HttpURLConnection: HTTP method DELETE doesn't support |
WorksheetResponse |
CellsApi.PutProtectWorksheet(String name,
String sheetName,
String storage,
String folder,
ProtectSheetParameter body)
PutProtectWorksheet
Protect worksheet.
|
Copyright © 2015. All rights reserved.