public class ImportXlsxWorksheetAsTable extends Object implements Command, BioVoxxelMacroExtensionDescriptor
| Constructor and Description |
|---|
ImportXlsxWorksheetAsTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
protected static void |
importXlsxWorksheetAsTable(File workbookFile,
String sheetNameOrIndexString,
boolean useFirstRowAsHeading) |
String |
parameters() |
int[] |
parameterTypes() |
void |
run() |
String |
runFromMacro(Object[] parameters) |
protected static final Logger logger
protected static void importXlsxWorksheetAsTable(File workbookFile, String sheetNameOrIndexString, boolean useFirstRowAsHeading)
public String 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.