| Package | Description |
|---|---|
| org.docx4j.openpackaging.packages | |
| org.docx4j.openpackaging.parts.SpreadsheetML |
| Modifier and Type | Method and Description |
|---|---|
WorksheetPart |
SpreadsheetMLPackage.createWorksheetPart(PartName partName,
java.lang.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) |
static WorksheetPart |
WorksheetPart.getWorksheetPart(Cell cell)
Given a cell, get its WorksheetPart
|
static WorksheetPart |
WorksheetPart.getWorksheetPart(Row row)
Given a row, get its WorksheetPart
|
static WorksheetPart |
WorksheetPart.getWorksheetPart(SheetData sheetData)
Given SheetData, get its WorksheetPart
|
static WorksheetPart |
WorksheetPart.getWorksheetPart(Worksheet worksheet)
Given a worksheet, get its WorksheetPart
|
Copyright © 2007–2023. All rights reserved.