Class TableSpec.ExcelSpec

java.lang.Object
ca.spatial.table.TableSpec
ca.spatial.table.TableSpec.ExcelSpec
Enclosing class:
TableSpec

public static class TableSpec.ExcelSpec extends TableSpec
This specification will describe an ExcelStore table.

The syntax for this specification is


 Excel {workbook} {sheetname} {skip=n}?
 
  • Constructor Details

    • ExcelSpec

      public ExcelSpec(String workbook, String worksheet, int skipRows)
      Create an Excel TableSpec object
      Parameters:
      workbook - the file path to the workbook
      worksheet - the name of the worksheet
      skipRows - the number of row at the top of the worksheet to skip before coming to the column heading row.
  • Method Details