- AddExcelChartFromPlot - Class in excel.functions.plugins
-
- AddExcelChartFromPlot() - Constructor for class excel.functions.plugins.AddExcelChartFromPlot
-
- addExcelChartFromPlot(File, String, Plot, ChartTypes) - Static method in class excel.functions.plugins.AddExcelChartFromPlot
-
- addExcelChartFromPlot(Sheet, Plot, ChartTypes) - Static method in class excel.functions.utils.ExcelUtils
-
- addImageToWorkbookSheet(ImagePlus, File) - Static method in class excel.functions.plugins.ExcelFunctions
-
This function adds an image open in ImageJ / Fiji as PNG to the defined worksheet in a defined Excel workbook
Note: the size of images added to Excel cannot be properly controlled via the Apache POI library.
- addImageToWorkbookSheet(ImagePlus, File, String, int, int) - Static method in class excel.functions.plugins.ExcelFunctions
-
This function adds an image open in ImageJ / Fiji as PNG to the defined worksheet in a defined Excel workbook
Note: the size of images added to Excel cannot be properly controlled via the Apache POI library.
- addImageToWorkbookSheet(ImagePlus, File, int, int, int) - Static method in class excel.functions.plugins.ExcelFunctions
-
This function adds an image open in ImageJ / Fiji as PNG to the defined worksheet in a defined Excel workbook
Note: the size of images added to Excel cannot be properly controlled via the Apache POI library.
- AddImageToWorksheet - Class in excel.functions.plugins
-
- AddImageToWorksheet() - Constructor for class excel.functions.plugins.AddImageToWorksheet
-
- addImageToWorksheet(ImagePlus, File, String, int, int) - Static method in class excel.functions.plugins.AddImageToWorksheet
-
- addMissingFileExtension(String) - Static method in class excel.functions.utils.ExcelUtils
-
- append2DArrayToSheetColumns(String[][], Sheet) - Static method in class excel.functions.utils.ExcelUtils
-
- append2DArrayToSheetRows(String[][], Sheet) - Static method in class excel.functions.utils.ExcelUtils
-
- AppendArrayAsExcelColumn - Class in excel.functions.plugins
-
- AppendArrayAsExcelColumn() - Constructor for class excel.functions.plugins.AppendArrayAsExcelColumn
-
- appendArrayAsExcelColumn(Number[], File, String, int) - Static method in class excel.functions.plugins.ExcelFunctions
-
- appendArrayAsExcelColumn(Number[], File, int, int) - Static method in class excel.functions.plugins.ExcelFunctions
-
- appendArrayAsExcelColumn(String[], File, String, int) - Static method in class excel.functions.plugins.ExcelFunctions
-
- appendArrayAsExcelColumn(String[], File, int, int) - Static method in class excel.functions.plugins.ExcelFunctions
-
- AppendArrayAsExcelRow - Class in excel.functions.plugins
-
- AppendArrayAsExcelRow() - Constructor for class excel.functions.plugins.AppendArrayAsExcelRow
-
- appendArrayAsExcelRow(Number[], File, String, int) - Static method in class excel.functions.plugins.ExcelFunctions
-
- appendArrayAsExcelRow(Number[], File, int, int) - Static method in class excel.functions.plugins.ExcelFunctions
-
- appendArrayAsExcelRow(String[], File, String, int) - Static method in class excel.functions.plugins.ExcelFunctions
-
- appendArrayAsExcelRow(String[], File, int, int) - Static method in class excel.functions.plugins.ExcelFunctions
-
- appendArrayAsTableColumn(String[], File, String, int) - Static method in class excel.functions.plugins.AppendArrayAsExcelColumn
-
- appendArrayAsTableRow(String[], File, String, int) - Static method in class excel.functions.plugins.AppendArrayAsExcelRow
-
- AppendTableAsColumns - Class in excel.functions.plugins
-
- AppendTableAsColumns() - Constructor for class excel.functions.plugins.AppendTableAsColumns
-
- appendTableAsColumns(ResultsTable, File, String, Boolean) - Static method in class excel.functions.plugins.AppendTableAsColumns
-
- appendTableAsColumns(ResultsTable, File, String, Boolean) - Static method in class excel.functions.plugins.ExcelFunctions
-
Adds the specified ResultsTable as additional columns after the existing ones on the specified sheet
- appendTableAsColumns(ResultsTable, File, int, Boolean) - Static method in class excel.functions.plugins.ExcelFunctions
-
Adds the specified ResultsTable as additional columns after the existing ones on the specified sheet
- AppendTableAsRows - Class in excel.functions.plugins
-
- AppendTableAsRows() - Constructor for class excel.functions.plugins.AppendTableAsRows
-
- appendTableAsRows(ResultsTable, File, String, Boolean) - Static method in class excel.functions.plugins.AppendTableAsRows
-
- appendTableAsRows(ResultsTable, File, String, Boolean) - Static method in class excel.functions.plugins.ExcelFunctions
-
Adds the specified ResultsTable as additional rows below the existing ones on the specified sheet
- appendTableAsRows(ResultsTable, File, int, Boolean) - Static method in class excel.functions.plugins.ExcelFunctions
-
Adds the specified ResultsTable as additional rows below the existing ones on the specified sheet