Package com.github.miachm.sods
Class OdsOptionParameters
java.lang.Object
com.github.miachm.sods.OdsOptionParameters
Custom Load options for reading a Spreadsheet
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the list of sheet numbers to load.booleanIf it should load Formatting styles or not.voidsetLoadStyles(boolean load_styles) voidsetSheetNumbers(List<Integer> sheetNumbers) Sets the list of sheet numbers to load. 
- 
Constructor Details
- 
OdsOptionParameters
public OdsOptionParameters() 
 - 
 - 
Method Details
- 
isLoadStyles
public boolean isLoadStyles()If it should load Formatting styles or not.- Returns:
 - True if it load formatting style
 
 - 
setLoadStyles
public void setLoadStyles(boolean load_styles)  - 
getSheetNumbers
Gets the list of sheet numbers to load. If null, all sheets are loaded.- Returns:
 - List of sheet numbers (0-based) to load, or null for all sheets
 
 - 
setSheetNumbers
Sets the list of sheet numbers to load. If null, all sheets are loaded.- Parameters:
 sheetNumbers- List of sheet numbers (0-based) to load, or null for all sheets
 
 -