Uses of Class
org.xlsx4j.sml.SheetData
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of SheetData in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as SheetData Modifier and Type Field Description protected SheetDataCTWorksheet. sheetDataMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return SheetData Modifier and Type Method Description SheetDataCTWorksheet. getSheetData()Gets the value of the sheetData property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type SheetData Modifier and Type Method Description voidCTWorksheet. setSheetData(SheetData value)Sets the value of the sheetData property. -
Uses of SheetData in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as SheetData Modifier and Type Field Description protected SheetDataMacrosheet. sheetDataprotected SheetDataWorksheet. sheetDataMethods in org.xlsx4j.sml that return SheetData Modifier and Type Method Description SheetDataObjectFactory. createSheetData()Create an instance ofSheetDataSheetDataMacrosheet. getSheetData()Gets the value of the sheetData property.SheetDataWorksheet. getSheetData()Gets the value of the sheetData property.Methods in org.xlsx4j.sml with parameters of type SheetData Modifier and Type Method Description voidMacrosheet. setSheetData(SheetData value)Sets the value of the sheetData property.voidWorksheet. setSheetData(SheetData value)Sets the value of the sheetData property.