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

getDataSet( ProgressMonitor mon ) → QDataSet

Parameters

mon - a ProgressMonitor

Returns:

org.das2.qds.QDataSet

[search for examples] [view on GitHub] [view on old javadoc]