Class ParamSpreadSheet
- java.lang.Object
-
- ubic.basecode.io.excel.CreateSpreadSheet
-
- ubic.basecode.dataStructure.params.ParamSpreadSheet
-
public class ParamSpreadSheet extends CreateSpreadSheet
A class to convert parametergrabber information/instances into excel speadsheet lines- Author:
- leon
-
-
Field Summary
-
Fields inherited from class ubic.basecode.io.excel.CreateSpreadSheet
filename, schema, spreadsheet, workbook
-
-
Constructor Summary
Constructors Constructor Description ParamSpreadSheet(String filename, SpreadSheetSchema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
populate(List<Map<String,String>> paramLines)
-
Methods inherited from class ubic.basecode.io.excel.CreateSpreadSheet
init, save
-
-