Class ExperimentDataFileWriter
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.dbe.ExperimentDataFileWriter
public class ExperimentDataFileWriter extends Object
-
Method Summary
Modifier and Type Method Description static TableDatagetTableData(ExperimentInterface md)static voidwriteExcel(File excelfile, ExperimentInterface md)static voidwriteExcel(File excelfile, ExperimentInterface md, boolean transposed)Export the givenExperimentInterfaceto the givenFile.
-
Method Details
-
writeExcel
-
writeExcel
Export the givenExperimentInterfaceto the givenFile.- Parameters:
excelfile-md-
-
getTableData
-