Package io.keikai.importer
Class XlsxExtractor.XlsxDefinedNameExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxDefinedNameExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxDefinedNameExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxDefinedNameExtractor(Map jsonMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
String
getCustomMenu()
String
getDescription()
String
getFormula()
Number
getFunctionGroupId()
String
getHelp()
String
getLocalSheetId()
String
getName()
String
getShortcutKey()
String
getStatusBar()
boolean
isFunction()
Boolean
isHidden()
boolean
isPublishToServer()
boolean
isVbProcedure()
boolean
isWorkbookParameter()
boolean
isXlm()
-
-
-
Constructor Detail
-
XlsxDefinedNameExtractor
public XlsxDefinedNameExtractor(Map jsonMap)
-
-
Method Detail
-
getComment
public String getComment()
-
getCustomMenu
public String getCustomMenu()
-
getDescription
public String getDescription()
-
getFormula
public String getFormula()
-
isFunction
public boolean isFunction()
-
getFunctionGroupId
public Number getFunctionGroupId()
-
getHelp
public String getHelp()
-
isHidden
public Boolean isHidden()
-
getLocalSheetId
public String getLocalSheetId()
-
getName
public String getName()
-
isPublishToServer
public boolean isPublishToServer()
-
getShortcutKey
public String getShortcutKey()
-
getStatusBar
public String getStatusBar()
-
isVbProcedure
public boolean isVbProcedure()
-
isWorkbookParameter
public boolean isWorkbookParameter()
-
isXlm
public boolean isXlm()
-
-