| Package | Description |
|---|---|
| org.docx4j.openpackaging.packages | |
| org.docx4j.openpackaging.parts.SpreadsheetML | |
| org.xlsx4j.sml |
| Modifier and Type | Method and Description |
|---|---|
WorksheetPart |
SpreadsheetMLPackage.createWorksheetPart(PartName partName,
String sheetName,
long sheetId)
Create a worksheet and add it to the package
|
| Modifier and Type | Method and Description |
|---|---|
CTSheetProtection |
ProtectWorkbook.getSheetProtection(WorksheetPart worksheetPart)
Use this method to get the CTSheetProtection object for the specified worksheet, so you can set its
parameters as you see fit.
|
| Modifier and Type | Method and Description |
|---|---|
WorksheetPart |
WorkbookPart.getWorksheet(int index) |
| Modifier and Type | Method and Description |
|---|---|
WorksheetPart |
Row.getWorksheetPart()
Get the WorksheetPart
|
WorksheetPart |
Cell.getWorksheetPart()
Get the WorksheetPart
|
WorksheetPart |
Worksheet.getWorksheetPart()
Get the WorksheetPart
|
WorksheetPart |
SheetData.getWorksheetPart()
Get the WorksheetPart
|
Copyright © 2007-2018. All Rights Reserved.