public class SetColumnDataFormat extends Object implements Command, BioVoxxelMacroExtensionDescriptor
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
CLOSE_WORKBOOK_AFTER_SAVING |
protected static Logger |
logger |
| Constructor and Description |
|---|
SetColumnDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
String |
parameters() |
int[] |
parameterTypes() |
void |
run() |
void |
runFromMacro(Object[] parameters) |
protected static void |
setColumnDataFormat(String filePathToExcelWorkbook,
Object sheetObject,
Integer columnNumber,
String dataFormatString) |
protected static final Logger logger
protected static boolean CLOSE_WORKBOOK_AFTER_SAVING
protected static void setColumnDataFormat(String filePathToExcelWorkbook, Object sheetObject, Integer columnNumber, String dataFormatString)
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.