Package ubic.basecode.io.excel
Class SpreadSheetSchema
- java.lang.Object
-
- ubic.basecode.io.excel.SpreadSheetSchema
-
public class SpreadSheetSchema extends Object
This class is to determine what information is put in the spreadsheet and its column position- Author:
- lfrench
-
-
Constructor Summary
Constructors Constructor Description SpreadSheetSchema()
SpreadSheetSchema(Map<String,Integer> positions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getHeaderRow()
Integer
getPosition(String varName)
-