Uses of Class
org.xlsx4j.sml.SheetData
Packages that use SheetData
-
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 SheetDataMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return SheetDataModifier and TypeMethodDescriptionCTWorksheet.getSheetData()Gets the value of the sheetData property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type SheetDataModifier and TypeMethodDescriptionvoidCTWorksheet.setSheetData(SheetData value) Sets the value of the sheetData property. -
Uses of SheetData in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as SheetDataModifier and TypeFieldDescriptionprotected SheetDataMacrosheet.sheetDataprotected SheetDataWorksheet.sheetDataMethods in org.xlsx4j.sml that return SheetDataModifier and TypeMethodDescriptionObjectFactory.createSheetData()Create an instance ofSheetDataMacrosheet.getSheetData()Gets the value of the sheetData property.Worksheet.getSheetData()Gets the value of the sheetData property.Methods in org.xlsx4j.sml with parameters of type SheetDataModifier and TypeMethodDescriptionvoidMacrosheet.setSheetData(SheetData value) Sets the value of the sheetData property.voidWorksheet.setSheetData(SheetData value) Sets the value of the sheetData property.