public class AppendArrayAsExcelColumn extends Object implements BioVoxxelMacroExtensionDescriptor
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
CLOSE_WORKBOOK_AFTER_SAVING |
protected static Logger |
logger |
| Constructor and Description |
|---|
AppendArrayAsExcelColumn() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
appendArrayAsTableColumn(String[] array,
String filePathToExcelWorkbook,
Object sheetObject,
Integer startingRow,
String columnDataFormat) |
String |
description() |
String |
parameters() |
int[] |
parameterTypes() |
void |
runFromMacro(Object[] parameters) |
protected static final Logger logger
protected static boolean CLOSE_WORKBOOK_AFTER_SAVING
protected static void appendArrayAsTableColumn(String[] array, String filePathToExcelWorkbook, Object sheetObject, Integer startingRow, String columnDataFormat)
public void runFromMacro(Object[] parameters)
runFromMacro in interface BioVoxxelMacroExtensionDescriptorpublic int[] parameterTypes()
parameterTypes in interface BioVoxxelMacroExtensionDescriptorpublic String description()
description in interface BioVoxxelMacroExtensionDescriptorpublic String parameters()
parameters in interface BioVoxxelMacroExtensionDescriptorCopyright © 2021 BioVoxxel. All rights reserved.