Package org.gvsig.ods

Interface Spread.Sheet

Enclosing interface:
Spread

public static interface Spread.Sheet
  • Method Details

    • getColumnCount

      int getColumnCount()
    • getColumnNames

      List<String> getColumnNames(boolean isFirstLineHedaer)
    • getFile

      File getFile()
    • getName

      String getName()
    • getRowCount

      int getRowCount()
    • getSheetIndex

      int getSheetIndex()
    • getValueAt

      Object getValueAt(int col, int row)
    • getUsedRange

      Rectangle getUsedRange()