public class DeleteWorkbookSheet 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 |
|---|
DeleteWorkbookSheet() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
deleteWorkbookSheet(String filePathToExcelWorkbook,
Object sheetObject) |
String |
description() |
String |
parameters() |
int[] |
parameterTypes() |
void |
run() |
void |
runFromMacro(Object[] parameters) |
protected static final Logger logger
protected static boolean CLOSE_WORKBOOK_AFTER_SAVING
protected static void deleteWorkbookSheet(String filePathToExcelWorkbook, Object sheetObject)
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.