org.autoplot.excel.ExcelSpreadsheetDataSource

Creates QDataSets from an Excel spreadsheet using Apache POI library.

ExcelSpreadsheetDataSource( java.net.URI uri )

Creates a new instance of ExcelSpreadsheetDataSource. file://c:/myfile.xls?column=N&depend0=G parameters: column=id the column ID for the data depend0=id the column ID for the x tags file://C:/iowaCitySales2004-2006.latlong.xls?column=M[2:]&depend0=B[2:]&plane0=C[2:]

getDataSet( ProgressMonitor mon ) → QDataSet [view source]