A B C E F G H I M N O P R S T V X

A

add(Addin, String) - Method in class org.excel4j.reflect.CompoundAddin
Add an addin (with optional namespace).
Addin - Interface in org.excel4j
An addin.
argMapper - Variable in class org.excel4j.reflect.ReflectAddin
 
Argument - Interface in org.excel4j
An argument definition.
ArgumentAdaptor - Class in org.excel4j.util
A simple adaptor for an argument.
ArgumentAdaptor(String, String) - Constructor for class org.excel4j.util.ArgumentAdaptor
Creates a new ArgumentAdaptor object.
ArgumentAdaptor(String) - Constructor for class org.excel4j.util.ArgumentAdaptor
Creates a new ArgumentAdaptor object.
ARRAY - Static variable in class org.excel4j.XLObjectType
 
ARRAY_TYPE - Static variable in class org.excel4j.XLObjectType
 
asArray() - Method in class org.excel4j.object.XLReference
 
asArray() - Method in class org.excel4j.XLObject
Extract an array from the object.
asBoolean() - Method in class org.excel4j.object.XLBoolean
 
asBoolean() - Method in class org.excel4j.object.XLInteger
 
asBoolean() - Method in class org.excel4j.object.XLNil
 
asBoolean() - Method in class org.excel4j.object.XLNumber
 
asBoolean() - Method in class org.excel4j.XLObject
Extract an integer from the object.
asError() - Method in class org.excel4j.object.XLError
 
asError() - Method in class org.excel4j.XLObject
Extract the error code from the object.
asInteger() - Method in class org.excel4j.object.XLInteger
 
asInteger() - Method in class org.excel4j.object.XLNil
 
asInteger() - Method in class org.excel4j.object.XLNumber
 
asInteger() - Method in class org.excel4j.XLObject
Extract an integer from the object.
asNumber() - Method in class org.excel4j.object.XLInteger
 
asNumber() - Method in class org.excel4j.object.XLNil
 
asNumber() - Method in class org.excel4j.object.XLNumber
 
asNumber() - Method in class org.excel4j.XLObject
Extract a number from the object.
asString() - Method in class org.excel4j.object.XLInteger
 
asString() - Method in class org.excel4j.object.XLNil
 
asString() - Method in class org.excel4j.object.XLNumber
 
asString() - Method in class org.excel4j.object.XLString
 
asString() - Method in class org.excel4j.XLObject
Extract a string from the object.
attributes - Variable in class org.excel4j.reflect.ReflectAddin
 

B

BIG_DATA - Static variable in class org.excel4j.XLObjectType
 
BIG_DATA_TYPE - Static variable in class org.excel4j.XLObjectType
 
BOOLEAN - Static variable in class org.excel4j.XLObjectType
 
BOOLEAN_TYPE - Static variable in class org.excel4j.XLObjectType
 

C

clear() - Method in class org.excel4j.util.ObjectRegistry
Clear out the registry.
clearRegistry() - Method in class org.excel4j.XLObjectConverter
Clear out the internal registry to release memory.
close() - Method in interface org.excel4j.Addin
Called on shutdown.
close() - Method in class org.excel4j.reflect.CompoundAddin
 
close() - Method in class org.excel4j.reflect.ReflectAddin
 
colFirst() - Method in class org.excel4j.object.XLReference
Get the first col id.
colLast() - Method in class org.excel4j.object.XLReference
Get the last col id.
columns() - Method in class org.excel4j.object.XLArray
Get the number of columns in the array.
CompoundAddin - Class in org.excel4j.reflect
Used to combine a set of reflection addins.
CompoundAddin() - Constructor for class org.excel4j.reflect.CompoundAddin
 
convert(XLObject) - Method in class org.excel4j.reflect.ReflectArgumentAdaptor
Convert the argument into the expected type.
createArray(int, int) - Static method in class org.excel4j.XLObjectFactory
Create an array.
createBoolean(boolean) - Static method in class org.excel4j.XLObjectFactory
Create a boolean.
createDouble(double) - Static method in class org.excel4j.XLObjectFactory
Create a double.
createError(int) - Static method in class org.excel4j.XLObjectFactory
Create an error.
createFrom(Object) - Method in class org.excel4j.XLObjectConverter
Creates an XLObject from a java object (best attempt).
createFrom(XLObject, Class) - Method in class org.excel4j.XLObjectConverter
Creates a java object from an XLObject.
createInteger(int) - Static method in class org.excel4j.XLObjectFactory
Create an integer.
createReference(int, int, int, int, int) - Static method in class org.excel4j.XLObjectFactory
Create a reference.
createReference(int, int, int, int) - Static method in class org.excel4j.XLObjectFactory
Create a reference.
createReference(int, int) - Static method in class org.excel4j.XLObjectFactory
Create a reference.
createString(String) - Static method in class org.excel4j.XLObjectFactory
Create a string.
CSVAddin - Class in org.excel4j.addin
Utility functions for handling CSVs.
CSVAddin() - Constructor for class org.excel4j.addin.CSVAddin
 
CSVAddin.Table - Class in org.excel4j.addin
Contains a CSV.
CSVAddin.Table() - Constructor for class org.excel4j.addin.CSVAddin.Table
 

E

endFunction(Method, Object, Throwable) - Method in interface org.excel4j.reflect.FunctionListener
Indicates the end of a function call.
endFunction(Method, Object, Throwable) - Method in class org.excel4j.util.FunctionStatistics
 
ERROR - Static variable in class org.excel4j.XLObjectType
 
ERROR_TYPE - Static variable in class org.excel4j.XLObjectType
 
ErrorCode - Interface in org.excel4j
 
Excel - Class in org.excel4j
Use to call excel functions.
Excel() - Constructor for class org.excel4j.Excel
 
Excel4(int, XLObject[]) - Static method in class org.excel4j.Excel
Call an excel function.
Excel4Exception - Exception in org.excel4j
An exception thrown in the Excel4 function.
Excel4Exception(int) - Constructor for exception org.excel4j.Excel4Exception
Creates a new ExcelException object.
execute(XLObject[]) - Method in interface org.excel4j.Function
Execute the function.
execute(XLObject[]) - Method in class org.excel4j.reflect.FunctionNamespacer
 
execute(XLObject[]) - Method in class org.excel4j.reflect.ReflectFunctionAdaptor
 

F

FLOW - Static variable in class org.excel4j.XLObjectType
 
FLOW_TYPE - Static variable in class org.excel4j.XLObjectType
 
free(XLObject) - Static method in class org.excel4j.XLObjectFactory
Frees up memory used in an xloper.
Function - Interface in org.excel4j
An excel function.
FunctionAdaptor - Class in org.excel4j.util
A simple adaptor for a function class.
FunctionAdaptor(String, Argument[], String, String) - Constructor for class org.excel4j.util.FunctionAdaptor
Creates a new FunctionAdaptor object.
FunctionAttributes - Class in org.excel4j.reflect
A set of attributes for a method.
FunctionAttributes() - Constructor for class org.excel4j.reflect.FunctionAttributes
Creates a new FunctionAttributes object.
FunctionAttributes(String, String[], String[]) - Constructor for class org.excel4j.reflect.FunctionAttributes
Creates a new FunctionAttributes object.
FunctionListener - Interface in org.excel4j.reflect
Allows interception of functions.
FunctionNamespacer - Class in org.excel4j.reflect
A decorator for a function that adds a namespace.
FunctionNamespacer(Function, String) - Constructor for class org.excel4j.reflect.FunctionNamespacer
Creates a new FunctionNamespacer object.
FunctionNumber - Interface in org.excel4j
The list of Excel built-in functions.
FunctionStatistics - Class in org.excel4j.util
Used to record function statistics.
FunctionStatistics() - Constructor for class org.excel4j.util.FunctionStatistics
 

G

get(int, int) - Method in class org.excel4j.object.XLArray
Get an array element.
get(String) - Method in class org.excel4j.util.ObjectRegistry
Retrieve an object from the registry.
getAddinCategory() - Method in class org.excel4j.reflect.ReflectAddin
Returns the addin category.
getArgHelp() - Method in class org.excel4j.reflect.FunctionAttributes
Gets the argument help texts for a function.
getArgNames() - Method in class org.excel4j.reflect.FunctionAttributes
Gets the argument names for a function.
getArguments() - Method in interface org.excel4j.Function
Get the arguments.
getArguments() - Method in class org.excel4j.reflect.FunctionNamespacer
 
getArguments() - Method in class org.excel4j.reflect.ReflectFunctionAdaptor
 
getArguments() - Method in class org.excel4j.util.FunctionAdaptor
 
getAttributes(Method) - Method in class org.excel4j.reflect.ReflectAddin
Returns the function attributes for a given method.
getAttributes(String) - Method in class org.excel4j.reflect.ReflectAddin
Returns the function attributes for a given method name (returns the first method with the given name).
getCategory() - Method in interface org.excel4j.Function
Get the function category.
getCategory() - Method in class org.excel4j.reflect.FunctionAttributes
Get the category for a function.
getCategory() - Method in class org.excel4j.reflect.FunctionNamespacer
 
getCategory() - Method in class org.excel4j.reflect.ReflectFunctionAdaptor
 
getCategory() - Method in class org.excel4j.util.FunctionAdaptor
 
GetData(CSVAddin.Table) - Method in class org.excel4j.addin.CSVAddin
Grabs all the data for the CSV.
getErrorCode() - Method in exception org.excel4j.Excel4Exception
Get the error code.
getFunctions() - Method in interface org.excel4j.Addin
Get the functions.
getFunctions() - Method in class org.excel4j.reflect.CompoundAddin
 
getFunctions() - Method in class org.excel4j.reflect.ReflectAddin
 
GetHeaderRow(CSVAddin.Table) - Method in class org.excel4j.addin.CSVAddin
Grabs just the header row.
getHelpText() - Method in interface org.excel4j.Argument
Get the argument help.
getHelpText() - Method in interface org.excel4j.Function
Get the help information.
getHelpText() - Method in class org.excel4j.reflect.FunctionAttributes
Gets the help text for a function.
getHelpText() - Method in class org.excel4j.reflect.FunctionNamespacer
 
getHelpText() - Method in class org.excel4j.reflect.ReflectArgumentAdaptor
 
getHelpText() - Method in class org.excel4j.reflect.ReflectFunctionAdaptor
 
getHelpText() - Method in class org.excel4j.util.ArgumentAdaptor
 
getHelpText() - Method in class org.excel4j.util.FunctionAdaptor
 
getKeys() - Method in class org.excel4j.util.ObjectRegistry
Get the keys.
GetLastError() - Static method in class org.excel4j.Excel
Gets the error string for the last error.
getLongName() - Method in interface org.excel4j.Addin
Get the addin name.
getLongName() - Method in class org.excel4j.reflect.CompoundAddin
 
getLongName() - Method in class org.excel4j.reflect.ReflectAddin
 
GetModuleName() - Static method in class org.excel4j.Excel
Gets the name of the module.
getName() - Method in interface org.excel4j.Addin
Get the addin (short) name.
getName() - Method in interface org.excel4j.Argument
Get the argument name.
getName() - Method in interface org.excel4j.Function
Get the function name.
getName() - Method in class org.excel4j.reflect.CompoundAddin
 
getName() - Method in class org.excel4j.reflect.FunctionNamespacer
 
getName() - Method in class org.excel4j.reflect.ReflectAddin
 
getName() - Method in class org.excel4j.reflect.ReflectArgumentAdaptor
 
getName() - Method in class org.excel4j.reflect.ReflectFunctionAdaptor
 
getName() - Method in class org.excel4j.util.ArgumentAdaptor
 
getName() - Method in class org.excel4j.util.FunctionAdaptor
 
GetNumColumns(CSVAddin.Table) - Method in class org.excel4j.addin.CSVAddin
Gets the number of columns (uses the first row).
GetNumRows(CSVAddin.Table) - Method in class org.excel4j.addin.CSVAddin
Gets the number of rows for the CSV (including the header/first row).
getParameterNames(AccessibleObject) - Method in class org.excel4j.util.ParameterNameExtractor
 
getProperties() - Static method in class org.excel4j.INI
Get the set of properties as a map.
getProperty(String) - Static method in class org.excel4j.INI
Gets a property from the INI file.
getPropertyKeys() - Static method in class org.excel4j.INI
Gets the keys from the INI file.
getRegistrySize() - Method in class org.excel4j.XLObjectConverter
Get the size of the registry.

H

handle - Variable in class org.excel4j.XLObject
 

I

INI - Class in org.excel4j
Provides access to the INI file used to startup the app.
INI() - Constructor for class org.excel4j.INI
 
INTEGER - Static variable in class org.excel4j.XLObjectType
 
INTEGER_TYPE - Static variable in class org.excel4j.XLObjectType
 
InvalidArgumentException - Exception in org.excel4j
An exception indicating that invalid arguments were passed to the function.
InvalidArgumentException() - Constructor for exception org.excel4j.InvalidArgumentException
Creates a new InvalidArgumentException object.
InvalidArgumentException(String, Throwable) - Constructor for exception org.excel4j.InvalidArgumentException
Creates a new InvalidArgumentsException object.
InvalidArgumentException(String) - Constructor for exception org.excel4j.InvalidArgumentException
Creates a new InvalidArgumentsException object.
InvalidArgumentException(Throwable) - Constructor for exception org.excel4j.InvalidArgumentException
Creates a new InvalidArgumentsException object.
isStrict() - Method in class org.excel4j.reflect.FunctionAttributes
Indicates if the argument supports optional arguments.
isThreadSafe() - Method in interface org.excel4j.Function
Indicates if a method is thread-safe.
isThreadSafe() - Method in class org.excel4j.reflect.FunctionAttributes
Indicates if the function is thread-safe.
isThreadSafe() - Method in class org.excel4j.reflect.FunctionNamespacer
 
isThreadSafe() - Method in class org.excel4j.reflect.ReflectFunctionAdaptor
 
isThreadSafe() - Method in class org.excel4j.util.FunctionAdaptor
 
isVolatile() - Method in interface org.excel4j.Function
Indicates if the function is volatile.
isVolatile() - Method in class org.excel4j.reflect.FunctionAttributes
Indicates if the function is volatile.
isVolatile() - Method in class org.excel4j.reflect.FunctionNamespacer
 
isVolatile() - Method in class org.excel4j.reflect.ReflectFunctionAdaptor
 
isVolatile() - Method in class org.excel4j.util.FunctionAdaptor
 

M

MethodInvocation - Class in org.excel4j.util
Encapsulates a method invocation.
MethodInvocation() - Constructor for class org.excel4j.util.MethodInvocation
 
MISSING - Static variable in class org.excel4j.XLObjectType
 
MISSING_TYPE - Static variable in class org.excel4j.XLObjectType
 
MULTIPLE_REFERENCE - Static variable in class org.excel4j.XLObjectType
 
MULTIPLE_REFERENCE_TYPE - Static variable in class org.excel4j.XLObjectType
 

N

NIL - Static variable in class org.excel4j.XLObjectType
 
NIL_TYPE - Static variable in class org.excel4j.XLObjectType
 
NUMBER - Static variable in class org.excel4j.XLObjectType
 
NUMBER_TYPE - Static variable in class org.excel4j.XLObjectType
 

O

ObjectRegistry - Class in org.excel4j.util
Used to contain objects and provides mapping to a generated key.
ObjectRegistry() - Constructor for class org.excel4j.util.ObjectRegistry
 
open() - Method in interface org.excel4j.Addin
Called on startup.
open() - Method in class org.excel4j.reflect.CompoundAddin
 
open() - Method in class org.excel4j.reflect.ReflectAddin
 
org.excel4j - package org.excel4j
 
org.excel4j.addin - package org.excel4j.addin
 
org.excel4j.object - package org.excel4j.object
 
org.excel4j.reflect - package org.excel4j.reflect
 
org.excel4j.util - package org.excel4j.util
 

P

ParameterNameExtractor - Class in org.excel4j.util
Parses class file to extract parameter names if available.
ParameterNameExtractor(Class) - Constructor for class org.excel4j.util.ParameterNameExtractor
 
pne - Variable in class org.excel4j.reflect.ReflectAddin
 
put(Object) - Method in class org.excel4j.util.ObjectRegistry
Place an object in the registry.

R

Read(String) - Method in class org.excel4j.addin.CSVAddin
Read a CSV from a file or URL.
ReadAsObject(String) - Method in class org.excel4j.addin.CSVAddin
Read in a CSV file/url and return as an object (so it can be manipulated).
ReadEx(String, String, Boolean) - Method in class org.excel4j.addin.CSVAddin
Read a CSV from a file or URL.
REFERENCE - Static variable in class org.excel4j.XLObjectType
 
REFERENCE_TYPE - Static variable in class org.excel4j.XLObjectType
 
ReflectAddin - Class in org.excel4j.reflect
An addin implementation that uses reflection to expose functions.
ReflectAddin() - Constructor for class org.excel4j.reflect.ReflectAddin
Creates a new ReflectAddin object.
ReflectAddin(XLObjectConverter) - Constructor for class org.excel4j.reflect.ReflectAddin
Creates a new ReflectAddin object.
ReflectArgumentAdaptor - Class in org.excel4j.reflect
Used to convert from one argument to another.
ReflectArgumentAdaptor(XLObjectConverter, Class, String, String) - Constructor for class org.excel4j.reflect.ReflectArgumentAdaptor
Creates a new ReflectArgumentAdaptor object.
ReflectFunctionAdaptor - Class in org.excel4j.reflect
Reflection based function.
ReflectFunctionAdaptor(Object, Method, FunctionAttributes, XLObjectConverter) - Constructor for class org.excel4j.reflect.ReflectFunctionAdaptor
 
remove(String) - Method in class org.excel4j.util.ObjectRegistry
Remove an object from the registry.
rowFirst() - Method in class org.excel4j.object.XLReference
Get the first row id.
rowLast() - Method in class org.excel4j.object.XLReference
Get the last row id.
rows - Variable in class org.excel4j.addin.CSVAddin.Table
 
rows() - Method in class org.excel4j.object.XLArray
Get the number of rows in the array.

S

set(int, int, XLObject) - Method in class org.excel4j.object.XLArray
Set an array element.
setArgHelp(String[]) - Method in class org.excel4j.reflect.FunctionAttributes
Set the argument help texts for a function.
setArgNames(String[]) - Method in class org.excel4j.reflect.FunctionAttributes
Sets the argument names for a function.
setCategory(String) - Method in class org.excel4j.reflect.FunctionAttributes
Set the category for a function.
setHelpText(String) - Method in class org.excel4j.reflect.FunctionAttributes
Sets the help text for a function.
SetLastError(String) - Static method in class org.excel4j.Excel
Sets the error string, which can be retrieve via [Addin]_GetLastError() function.
setStrict(boolean) - Method in class org.excel4j.reflect.FunctionAttributes
Sets the strict mode.
setThreadSafe(boolean) - Method in class org.excel4j.reflect.FunctionAttributes
Sets the thread-safe flag.
setVolatile(boolean) - Method in class org.excel4j.reflect.FunctionAttributes
Sets the volatile flag.
sheetId() - Method in class org.excel4j.object.XLReference
Get the sheet id.
size() - Method in class org.excel4j.util.ObjectRegistry
Get the size of the registry.
startFunction(ReflectAddin, Method, Object[]) - Method in interface org.excel4j.reflect.FunctionListener
Indicates the start of a function call.
startFunction(ReflectAddin, Method, Object[]) - Method in class org.excel4j.util.FunctionStatistics
 
STRING - Static variable in class org.excel4j.XLObjectType
 
STRING_TYPE - Static variable in class org.excel4j.XLObjectType
 

T

toString() - Method in class org.excel4j.object.XLString
 

V

value - Variable in class org.excel4j.XLObjectType
 

X

xlAbort - Static variable in interface org.excel4j.FunctionNumber
 
XLArray - Class in org.excel4j.object
The contents of a range.
XLBigData - Class in org.excel4j.object
Big data item.
XLBoolean - Class in org.excel4j.object
A boolean.
XLCallVer() - Static method in class org.excel4j.Excel
Get the excel version.
xlCoerce - Static variable in interface org.excel4j.FunctionNumber
 
xlCommand - Static variable in interface org.excel4j.FunctionNumber
 
xlDefineBinaryName - Static variable in interface org.excel4j.FunctionNumber
 
xlDisableXLMsgs - Static variable in interface org.excel4j.FunctionNumber
 
xlEnableXLMsgs - Static variable in interface org.excel4j.FunctionNumber
 
xlerrDiv0 - Static variable in interface org.excel4j.ErrorCode
 
xlerrNA - Static variable in interface org.excel4j.ErrorCode
 
xlerrName - Static variable in interface org.excel4j.ErrorCode
 
xlerrNull - Static variable in interface org.excel4j.ErrorCode
 
xlerrNum - Static variable in interface org.excel4j.ErrorCode
 
XLError - Class in org.excel4j.object
An error.
xlerrRef - Static variable in interface org.excel4j.ErrorCode
 
xlerrValue - Static variable in interface org.excel4j.ErrorCode
 
xlfAbs - Static variable in interface org.excel4j.FunctionNumber
 
xlfAbsref - Static variable in interface org.excel4j.FunctionNumber
 
xlfAcos - Static variable in interface org.excel4j.FunctionNumber
 
xlfAcosh - Static variable in interface org.excel4j.FunctionNumber
 
xlfActiveCell - Static variable in interface org.excel4j.FunctionNumber
 
xlfAddBar - Static variable in interface org.excel4j.FunctionNumber
 
xlfAddCommand - Static variable in interface org.excel4j.FunctionNumber
 
xlfAddMenu - Static variable in interface org.excel4j.FunctionNumber
 
xlfAddress - Static variable in interface org.excel4j.FunctionNumber
 
xlfAddToolbar - Static variable in interface org.excel4j.FunctionNumber
 
xlfAnd - Static variable in interface org.excel4j.FunctionNumber
 
xlfAppTitle - Static variable in interface org.excel4j.FunctionNumber
 
xlfAreas - Static variable in interface org.excel4j.FunctionNumber
 
xlfArgument - Static variable in interface org.excel4j.FunctionNumber
 
xlfAsc - Static variable in interface org.excel4j.FunctionNumber
 
xlfAsin - Static variable in interface org.excel4j.FunctionNumber
 
xlfAsinh - Static variable in interface org.excel4j.FunctionNumber
 
xlfAtan - Static variable in interface org.excel4j.FunctionNumber
 
xlfAtan2 - Static variable in interface org.excel4j.FunctionNumber
 
xlfAtanh - Static variable in interface org.excel4j.FunctionNumber
 
xlfAvedev - Static variable in interface org.excel4j.FunctionNumber
 
xlfAverage - Static variable in interface org.excel4j.FunctionNumber
 
xlfBetadist - Static variable in interface org.excel4j.FunctionNumber
 
xlfBetainv - Static variable in interface org.excel4j.FunctionNumber
 
xlfBinomdist - Static variable in interface org.excel4j.FunctionNumber
 
xlfCall - Static variable in interface org.excel4j.FunctionNumber
 
xlfCaller - Static variable in interface org.excel4j.FunctionNumber
 
xlfCancelKey - Static variable in interface org.excel4j.FunctionNumber
 
xlfCeiling - Static variable in interface org.excel4j.FunctionNumber
 
xlfCell - Static variable in interface org.excel4j.FunctionNumber
 
xlfChar - Static variable in interface org.excel4j.FunctionNumber
 
xlfCheckCommand - Static variable in interface org.excel4j.FunctionNumber
 
xlfChidist - Static variable in interface org.excel4j.FunctionNumber
 
xlfChiinv - Static variable in interface org.excel4j.FunctionNumber
 
xlfChitest - Static variable in interface org.excel4j.FunctionNumber
 
xlfChoose - Static variable in interface org.excel4j.FunctionNumber
 
xlfClean - Static variable in interface org.excel4j.FunctionNumber
 
xlfCode - Static variable in interface org.excel4j.FunctionNumber
 
xlfColumn - Static variable in interface org.excel4j.FunctionNumber
 
xlfColumns - Static variable in interface org.excel4j.FunctionNumber
 
xlfCombin - Static variable in interface org.excel4j.FunctionNumber
 
xlfConcatenate - Static variable in interface org.excel4j.FunctionNumber
 
xlfConfidence - Static variable in interface org.excel4j.FunctionNumber
 
xlfCorrel - Static variable in interface org.excel4j.FunctionNumber
 
xlfCos - Static variable in interface org.excel4j.FunctionNumber
 
xlfCosh - Static variable in interface org.excel4j.FunctionNumber
 
xlfCount - Static variable in interface org.excel4j.FunctionNumber
 
xlfCounta - Static variable in interface org.excel4j.FunctionNumber
 
xlfCountblank - Static variable in interface org.excel4j.FunctionNumber
 
xlfCountif - Static variable in interface org.excel4j.FunctionNumber
 
xlfCovar - Static variable in interface org.excel4j.FunctionNumber
 
xlfCreateObject - Static variable in interface org.excel4j.FunctionNumber
 
xlfCritbinom - Static variable in interface org.excel4j.FunctionNumber
 
xlfCustomRepeat - Static variable in interface org.excel4j.FunctionNumber
 
xlfCustomUndo - Static variable in interface org.excel4j.FunctionNumber
 
xlfDate - Static variable in interface org.excel4j.FunctionNumber
 
xlfDatedif - Static variable in interface org.excel4j.FunctionNumber
 
xlfDatestring - Static variable in interface org.excel4j.FunctionNumber
 
xlfDatevalue - Static variable in interface org.excel4j.FunctionNumber
 
xlfDaverage - Static variable in interface org.excel4j.FunctionNumber
 
xlfDay - Static variable in interface org.excel4j.FunctionNumber
 
xlfDays360 - Static variable in interface org.excel4j.FunctionNumber
 
xlfDb - Static variable in interface org.excel4j.FunctionNumber
 
xlfDbcs - Static variable in interface org.excel4j.FunctionNumber
 
xlfDcount - Static variable in interface org.excel4j.FunctionNumber
 
xlfDcounta - Static variable in interface org.excel4j.FunctionNumber
 
xlfDdb - Static variable in interface org.excel4j.FunctionNumber
 
xlfDegrees - Static variable in interface org.excel4j.FunctionNumber
 
xlfDeleteBar - Static variable in interface org.excel4j.FunctionNumber
 
xlfDeleteCommand - Static variable in interface org.excel4j.FunctionNumber
 
xlfDeleteMenu - Static variable in interface org.excel4j.FunctionNumber
 
xlfDeleteToolbar - Static variable in interface org.excel4j.FunctionNumber
 
xlfDeref - Static variable in interface org.excel4j.FunctionNumber
 
xlfDevsq - Static variable in interface org.excel4j.FunctionNumber
 
xlfDget - Static variable in interface org.excel4j.FunctionNumber
 
xlfDialogBox - Static variable in interface org.excel4j.FunctionNumber
 
xlfDirectory - Static variable in interface org.excel4j.FunctionNumber
 
xlfDmax - Static variable in interface org.excel4j.FunctionNumber
 
xlfDmin - Static variable in interface org.excel4j.FunctionNumber
 
xlfDocuments - Static variable in interface org.excel4j.FunctionNumber
 
xlfDollar - Static variable in interface org.excel4j.FunctionNumber
 
xlfDproduct - Static variable in interface org.excel4j.FunctionNumber
 
xlfDstdev - Static variable in interface org.excel4j.FunctionNumber
 
xlfDstdevp - Static variable in interface org.excel4j.FunctionNumber
 
xlfDsum - Static variable in interface org.excel4j.FunctionNumber
 
xlfDvar - Static variable in interface org.excel4j.FunctionNumber
 
xlfDvarp - Static variable in interface org.excel4j.FunctionNumber
 
xlfEcho - Static variable in interface org.excel4j.FunctionNumber
 
xlfEnableCommand - Static variable in interface org.excel4j.FunctionNumber
 
xlfEnableTool - Static variable in interface org.excel4j.FunctionNumber
 
xlfError - Static variable in interface org.excel4j.FunctionNumber
 
xlfErrorType - Static variable in interface org.excel4j.FunctionNumber
 
xlfEvaluate - Static variable in interface org.excel4j.FunctionNumber
 
xlfEven - Static variable in interface org.excel4j.FunctionNumber
 
xlfExact - Static variable in interface org.excel4j.FunctionNumber
 
xlfExec - Static variable in interface org.excel4j.FunctionNumber
 
xlfExecute - Static variable in interface org.excel4j.FunctionNumber
 
xlfExp - Static variable in interface org.excel4j.FunctionNumber
 
xlfExpondist - Static variable in interface org.excel4j.FunctionNumber
 
xlfFact - Static variable in interface org.excel4j.FunctionNumber
 
xlfFalse - Static variable in interface org.excel4j.FunctionNumber
 
xlfFclose - Static variable in interface org.excel4j.FunctionNumber
 
xlfFdist - Static variable in interface org.excel4j.FunctionNumber
 
xlfFiles - Static variable in interface org.excel4j.FunctionNumber
 
xlfFind - Static variable in interface org.excel4j.FunctionNumber
 
xlfFindb - Static variable in interface org.excel4j.FunctionNumber
 
xlfFinv - Static variable in interface org.excel4j.FunctionNumber
 
xlfFisher - Static variable in interface org.excel4j.FunctionNumber
 
xlfFisherinv - Static variable in interface org.excel4j.FunctionNumber
 
xlfFixed - Static variable in interface org.excel4j.FunctionNumber
 
xlfFloor - Static variable in interface org.excel4j.FunctionNumber
 
xlfFopen - Static variable in interface org.excel4j.FunctionNumber
 
xlfForecast - Static variable in interface org.excel4j.FunctionNumber
 
xlfFormulaConvert - Static variable in interface org.excel4j.FunctionNumber
 
xlfFpos - Static variable in interface org.excel4j.FunctionNumber
 
xlfFread - Static variable in interface org.excel4j.FunctionNumber
 
xlfFreadln - Static variable in interface org.excel4j.FunctionNumber
 
xlfFrequency - Static variable in interface org.excel4j.FunctionNumber
 
xlfFsize - Static variable in interface org.excel4j.FunctionNumber
 
xlfFtest - Static variable in interface org.excel4j.FunctionNumber
 
xlfFv - Static variable in interface org.excel4j.FunctionNumber
 
xlfFwrite - Static variable in interface org.excel4j.FunctionNumber
 
xlfFwriteln - Static variable in interface org.excel4j.FunctionNumber
 
xlfGammadist - Static variable in interface org.excel4j.FunctionNumber
 
xlfGammainv - Static variable in interface org.excel4j.FunctionNumber
 
xlfGammaln - Static variable in interface org.excel4j.FunctionNumber
 
xlfGeomean - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetBar - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetCell - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetChartItem - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetDef - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetDocument - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetFormula - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetLinkInfo - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetMovie - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetName - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetNote - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetObject - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetPivotField - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetPivotItem - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetPivotTable - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetTool - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetToolbar - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetWindow - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetWorkbook - Static variable in interface org.excel4j.FunctionNumber
 
xlfGetWorkspace - Static variable in interface org.excel4j.FunctionNumber
 
xlfGoto - Static variable in interface org.excel4j.FunctionNumber
 
xlfGroup - Static variable in interface org.excel4j.FunctionNumber
 
xlfGrowth - Static variable in interface org.excel4j.FunctionNumber
 
xlfHalt - Static variable in interface org.excel4j.FunctionNumber
 
xlfHarmean - Static variable in interface org.excel4j.FunctionNumber
 
xlfHelp - Static variable in interface org.excel4j.FunctionNumber
 
xlfHlookup - Static variable in interface org.excel4j.FunctionNumber
 
xlfHour - Static variable in interface org.excel4j.FunctionNumber
 
xlfHypgeomdist - Static variable in interface org.excel4j.FunctionNumber
 
xlfIndex - Static variable in interface org.excel4j.FunctionNumber
 
xlfIndirect - Static variable in interface org.excel4j.FunctionNumber
 
xlfInfo - Static variable in interface org.excel4j.FunctionNumber
 
xlfInitiate - Static variable in interface org.excel4j.FunctionNumber
 
xlfInput - Static variable in interface org.excel4j.FunctionNumber
 
xlfInt - Static variable in interface org.excel4j.FunctionNumber
 
xlfIntercept - Static variable in interface org.excel4j.FunctionNumber
 
xlfIpmt - Static variable in interface org.excel4j.FunctionNumber
 
xlfIrr - Static variable in interface org.excel4j.FunctionNumber
 
xlfIsblank - Static variable in interface org.excel4j.FunctionNumber
 
xlfIserr - Static variable in interface org.excel4j.FunctionNumber
 
xlfIserror - Static variable in interface org.excel4j.FunctionNumber
 
xlfIslogical - Static variable in interface org.excel4j.FunctionNumber
 
xlfIsna - Static variable in interface org.excel4j.FunctionNumber
 
xlfIsnontext - Static variable in interface org.excel4j.FunctionNumber
 
xlfIsnumber - Static variable in interface org.excel4j.FunctionNumber
 
xlfIspmt - Static variable in interface org.excel4j.FunctionNumber
 
xlfIsref - Static variable in interface org.excel4j.FunctionNumber
 
xlfIstext - Static variable in interface org.excel4j.FunctionNumber
 
xlfKurt - Static variable in interface org.excel4j.FunctionNumber
 
xlfLarge - Static variable in interface org.excel4j.FunctionNumber
 
xlfLastError - Static variable in interface org.excel4j.FunctionNumber
 
xlfLeft - Static variable in interface org.excel4j.FunctionNumber
 
xlfLeftb - Static variable in interface org.excel4j.FunctionNumber
 
xlfLen - Static variable in interface org.excel4j.FunctionNumber
 
xlfLenb - Static variable in interface org.excel4j.FunctionNumber
 
xlfLinest - Static variable in interface org.excel4j.FunctionNumber
 
xlfLinks - Static variable in interface org.excel4j.FunctionNumber
 
xlfLn - Static variable in interface org.excel4j.FunctionNumber
 
xlfLog - Static variable in interface org.excel4j.FunctionNumber
 
xlfLog10 - Static variable in interface org.excel4j.FunctionNumber
 
xlfLogest - Static variable in interface org.excel4j.FunctionNumber
 
xlfLoginv - Static variable in interface org.excel4j.FunctionNumber
 
xlfLognormdist - Static variable in interface org.excel4j.FunctionNumber
 
xlfLookup - Static variable in interface org.excel4j.FunctionNumber
 
XLFlow - Class in org.excel4j.object
A flow object.
xlfLower - Static variable in interface org.excel4j.FunctionNumber
 
xlfMatch - Static variable in interface org.excel4j.FunctionNumber
 
xlfMax - Static variable in interface org.excel4j.FunctionNumber
 
xlfMdeterm - Static variable in interface org.excel4j.FunctionNumber
 
xlfMedian - Static variable in interface org.excel4j.FunctionNumber
 
xlfMid - Static variable in interface org.excel4j.FunctionNumber
 
xlfMidb - Static variable in interface org.excel4j.FunctionNumber
 
xlfMin - Static variable in interface org.excel4j.FunctionNumber
 
xlfMinute - Static variable in interface org.excel4j.FunctionNumber
 
xlfMinverse - Static variable in interface org.excel4j.FunctionNumber
 
xlfMirr - Static variable in interface org.excel4j.FunctionNumber
 
xlfMmult - Static variable in interface org.excel4j.FunctionNumber
 
xlfMod - Static variable in interface org.excel4j.FunctionNumber
 
xlfMode - Static variable in interface org.excel4j.FunctionNumber
 
xlfMonth - Static variable in interface org.excel4j.FunctionNumber
 
xlfMovieCommand - Static variable in interface org.excel4j.FunctionNumber
 
xlfN - Static variable in interface org.excel4j.FunctionNumber
 
xlfNa - Static variable in interface org.excel4j.FunctionNumber
 
xlfNames - Static variable in interface org.excel4j.FunctionNumber
 
xlfNegbinomdist - Static variable in interface org.excel4j.FunctionNumber
 
xlfNormdist - Static variable in interface org.excel4j.FunctionNumber
 
xlfNorminv - Static variable in interface org.excel4j.FunctionNumber
 
xlfNormsdist - Static variable in interface org.excel4j.FunctionNumber
 
xlfNormsinv - Static variable in interface org.excel4j.FunctionNumber
 
xlfNot - Static variable in interface org.excel4j.FunctionNumber
 
xlfNote - Static variable in interface org.excel4j.FunctionNumber
 
xlfNow - Static variable in interface org.excel4j.FunctionNumber
 
xlfNper - Static variable in interface org.excel4j.FunctionNumber
 
xlfNpv - Static variable in interface org.excel4j.FunctionNumber
 
xlfNumberstring - Static variable in interface org.excel4j.FunctionNumber
 
xlfOdd - Static variable in interface org.excel4j.FunctionNumber
 
xlfOffset - Static variable in interface org.excel4j.FunctionNumber
 
xlfOpenDialog - Static variable in interface org.excel4j.FunctionNumber
 
xlfOptionsListsGet - Static variable in interface org.excel4j.FunctionNumber
 
xlfOr - Static variable in interface org.excel4j.FunctionNumber
 
xlfPause - Static variable in interface org.excel4j.FunctionNumber
 
xlfPearson - Static variable in interface org.excel4j.FunctionNumber
 
xlfPercentile - Static variable in interface org.excel4j.FunctionNumber
 
xlfPercentrank - Static variable in interface org.excel4j.FunctionNumber
 
xlfPermut - Static variable in interface org.excel4j.FunctionNumber
 
xlfPi - Static variable in interface org.excel4j.FunctionNumber
 
xlfPivotAddData - Static variable in interface org.excel4j.FunctionNumber
 
xlfPmt - Static variable in interface org.excel4j.FunctionNumber
 
xlfPoisson - Static variable in interface org.excel4j.FunctionNumber
 
xlfPoke - Static variable in interface org.excel4j.FunctionNumber
 
xlfPower - Static variable in interface org.excel4j.FunctionNumber
 
xlfPpmt - Static variable in interface org.excel4j.FunctionNumber
 
xlfPressTool - Static variable in interface org.excel4j.FunctionNumber
 
xlfProb - Static variable in interface org.excel4j.FunctionNumber
 
xlfProduct - Static variable in interface org.excel4j.FunctionNumber
 
xlfProper - Static variable in interface org.excel4j.FunctionNumber
 
xlfPv - Static variable in interface org.excel4j.FunctionNumber
 
xlfQuartile - Static variable in interface org.excel4j.FunctionNumber
 
xlfRadians - Static variable in interface org.excel4j.FunctionNumber
 
xlfRand - Static variable in interface org.excel4j.FunctionNumber
 
xlfRank - Static variable in interface org.excel4j.FunctionNumber
 
xlfRate - Static variable in interface org.excel4j.FunctionNumber
 
xlFree - Static variable in interface org.excel4j.FunctionNumber
 
xlfReftext - Static variable in interface org.excel4j.FunctionNumber
 
xlfRegister - Static variable in interface org.excel4j.FunctionNumber
 
xlfRegisterId - Static variable in interface org.excel4j.FunctionNumber
 
xlfRelref - Static variable in interface org.excel4j.FunctionNumber
 
xlfRenameCommand - Static variable in interface org.excel4j.FunctionNumber
 
xlfReplace - Static variable in interface org.excel4j.FunctionNumber
 
xlfReplaceb - Static variable in interface org.excel4j.FunctionNumber
 
xlfRept - Static variable in interface org.excel4j.FunctionNumber
 
xlfRequest - Static variable in interface org.excel4j.FunctionNumber
 
xlfResetToolbar - Static variable in interface org.excel4j.FunctionNumber
 
xlfRestart - Static variable in interface org.excel4j.FunctionNumber
 
xlfResult - Static variable in interface org.excel4j.FunctionNumber
 
xlfResume - Static variable in interface org.excel4j.FunctionNumber
 
xlfRight - Static variable in interface org.excel4j.FunctionNumber
 
xlfRightb - Static variable in interface org.excel4j.FunctionNumber
 
xlfRoman - Static variable in interface org.excel4j.FunctionNumber
 
xlfRound - Static variable in interface org.excel4j.FunctionNumber
 
xlfRounddown - Static variable in interface org.excel4j.FunctionNumber
 
xlfRoundup - Static variable in interface org.excel4j.FunctionNumber
 
xlfRow - Static variable in interface org.excel4j.FunctionNumber
 
xlfRows - Static variable in interface org.excel4j.FunctionNumber
 
xlfRsq - Static variable in interface org.excel4j.FunctionNumber
 
xlfSaveDialog - Static variable in interface org.excel4j.FunctionNumber
 
xlfSaveToolbar - Static variable in interface org.excel4j.FunctionNumber
 
xlfScenarioGet - Static variable in interface org.excel4j.FunctionNumber
 
xlfSearch - Static variable in interface org.excel4j.FunctionNumber
 
xlfSearchb - Static variable in interface org.excel4j.FunctionNumber
 
xlfSecond - Static variable in interface org.excel4j.FunctionNumber
 
xlfSelection - Static variable in interface org.excel4j.FunctionNumber
 
xlfSeries - Static variable in interface org.excel4j.FunctionNumber
 
xlfSetName - Static variable in interface org.excel4j.FunctionNumber
 
xlfSetValue - Static variable in interface org.excel4j.FunctionNumber
 
xlfShowBar - Static variable in interface org.excel4j.FunctionNumber
 
xlfSign - Static variable in interface org.excel4j.FunctionNumber
 
xlfSin - Static variable in interface org.excel4j.FunctionNumber
 
xlfSinh - Static variable in interface org.excel4j.FunctionNumber
 
xlfSkew - Static variable in interface org.excel4j.FunctionNumber
 
xlfSln - Static variable in interface org.excel4j.FunctionNumber
 
xlfSlope - Static variable in interface org.excel4j.FunctionNumber
 
xlfSmall - Static variable in interface org.excel4j.FunctionNumber
 
xlfSpellingCheck - Static variable in interface org.excel4j.FunctionNumber
 
xlfSqrt - Static variable in interface org.excel4j.FunctionNumber
 
xlfStandardize - Static variable in interface org.excel4j.FunctionNumber
 
xlfStdev - Static variable in interface org.excel4j.FunctionNumber
 
xlfStdevp - Static variable in interface org.excel4j.FunctionNumber
 
xlfStep - Static variable in interface org.excel4j.FunctionNumber
 
xlfSteyx - Static variable in interface org.excel4j.FunctionNumber
 
xlfSubstitute - Static variable in interface org.excel4j.FunctionNumber
 
xlfSubtotal - Static variable in interface org.excel4j.FunctionNumber
 
xlfSum - Static variable in interface org.excel4j.FunctionNumber
 
xlfSumif - Static variable in interface org.excel4j.FunctionNumber
 
xlfSumproduct - Static variable in interface org.excel4j.FunctionNumber
 
xlfSumsq - Static variable in interface org.excel4j.FunctionNumber
 
xlfSumx2my2 - Static variable in interface org.excel4j.FunctionNumber
 
xlfSumx2py2 - Static variable in interface org.excel4j.FunctionNumber
 
xlfSumxmy2 - Static variable in interface org.excel4j.FunctionNumber
 
xlfSyd - Static variable in interface org.excel4j.FunctionNumber
 
xlfT - Static variable in interface org.excel4j.FunctionNumber
 
xlfTan - Static variable in interface org.excel4j.FunctionNumber
 
xlfTanh - Static variable in interface org.excel4j.FunctionNumber
 
xlfTdist - Static variable in interface org.excel4j.FunctionNumber
 
xlfTerminate - Static variable in interface org.excel4j.FunctionNumber
 
xlfText - Static variable in interface org.excel4j.FunctionNumber
 
xlfTextBox - Static variable in interface org.excel4j.FunctionNumber
 
xlfTextref - Static variable in interface org.excel4j.FunctionNumber
 
xlfTime - Static variable in interface org.excel4j.FunctionNumber
 
xlfTimevalue - Static variable in interface org.excel4j.FunctionNumber
 
xlfTinv - Static variable in interface org.excel4j.FunctionNumber
 
xlfToday - Static variable in interface org.excel4j.FunctionNumber
 
xlfTranspose - Static variable in interface org.excel4j.FunctionNumber
 
xlfTrend - Static variable in interface org.excel4j.FunctionNumber
 
xlfTrim - Static variable in interface org.excel4j.FunctionNumber
 
xlfTrimmean - Static variable in interface org.excel4j.FunctionNumber
 
xlfTrue - Static variable in interface org.excel4j.FunctionNumber
 
xlfTrunc - Static variable in interface org.excel4j.FunctionNumber
 
xlfTtest - Static variable in interface org.excel4j.FunctionNumber
 
xlfType - Static variable in interface org.excel4j.FunctionNumber
 
xlfUnregister - Static variable in interface org.excel4j.FunctionNumber
 
xlfUpper - Static variable in interface org.excel4j.FunctionNumber
 
xlfUsdollar - Static variable in interface org.excel4j.FunctionNumber
 
xlfValue - Static variable in interface org.excel4j.FunctionNumber
 
xlfVar - Static variable in interface org.excel4j.FunctionNumber
 
xlfVarp - Static variable in interface org.excel4j.FunctionNumber
 
xlfVdb - Static variable in interface org.excel4j.FunctionNumber
 
xlfVlookup - Static variable in interface org.excel4j.FunctionNumber
 
xlfVolatile - Static variable in interface org.excel4j.FunctionNumber
 
xlfWeekday - Static variable in interface org.excel4j.FunctionNumber
 
xlfWeibull - Static variable in interface org.excel4j.FunctionNumber
 
xlfWindows - Static variable in interface org.excel4j.FunctionNumber
 
xlfWindowTitle - Static variable in interface org.excel4j.FunctionNumber
 
xlfYear - Static variable in interface org.excel4j.FunctionNumber
 
xlfZtest - Static variable in interface org.excel4j.FunctionNumber
 
xlGetBinaryName - Static variable in interface org.excel4j.FunctionNumber
 
xlGetHwnd - Static variable in interface org.excel4j.FunctionNumber
 
xlGetInst - Static variable in interface org.excel4j.FunctionNumber
 
xlGetName - Static variable in interface org.excel4j.FunctionNumber
 
XLInteger - Class in org.excel4j.object
An integer.
xlIntl - Static variable in interface org.excel4j.FunctionNumber
 
XLMissing - Class in org.excel4j.object
A missing item.
XLNil - Class in org.excel4j.object
A nill object.
XLNumber - Class in org.excel4j.object
Encapsulates a double.
XLObject - Class in org.excel4j
Encapsulates an xloper passed from excel.
XLObject(long, int) - Constructor for class org.excel4j.XLObject
Creates a new XLObject object.
XLObjectConverter - Class in org.excel4j
Used to map arguments to objects.
XLObjectConverter() - Constructor for class org.excel4j.XLObjectConverter
 
XLObjectFactory - Class in org.excel4j
API for creating return objects.
XLObjectFactory() - Constructor for class org.excel4j.XLObjectFactory
 
XLObjectType - Class in org.excel4j
An enumeration of object types.
xlPrompt - Static variable in interface org.excel4j.FunctionNumber
 
XLReference - Class in org.excel4j.object
A reference to a cell or range.
xlretAbort - Static variable in class org.excel4j.Excel
 
xlretFailed - Static variable in class org.excel4j.Excel
 
xlretInvCount - Static variable in class org.excel4j.Excel
 
xlretInvXlfn - Static variable in class org.excel4j.Excel
 
xlretInvXloper - Static variable in class org.excel4j.Excel
 
xlretStackOvfl - Static variable in class org.excel4j.Excel
 
xlretSuccess - Static variable in class org.excel4j.Excel
 
xlretUncalced - Static variable in class org.excel4j.Excel
 
xlSet - Static variable in interface org.excel4j.FunctionNumber
 
xlSheetId - Static variable in interface org.excel4j.FunctionNumber
 
xlSheetNm - Static variable in interface org.excel4j.FunctionNumber
 
xlSpecial - Static variable in interface org.excel4j.FunctionNumber
 
xlStack - Static variable in interface org.excel4j.FunctionNumber
 
XLString - Class in org.excel4j.object
A string.
xltype - Variable in class org.excel4j.XLObject
 

A B C E F G H I M N O P R S T V X