Class OdsOptionParameters

java.lang.Object
com.github.miachm.sods.OdsOptionParameters

public class OdsOptionParameters extends Object
Custom Load options for reading a Spreadsheet
  • 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

      public List<Integer> 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

      public void setSheetNumbers(List<Integer> sheetNumbers)
      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