|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.excel4j.Excel
public class Excel
Use to call excel functions.
Field Summary | |
---|---|
static int |
xlretAbort
|
static int |
xlretFailed
|
static int |
xlretInvCount
|
static int |
xlretInvXlfn
|
static int |
xlretInvXloper
|
static int |
xlretStackOvfl
|
static int |
xlretSuccess
|
static int |
xlretUncalced
|
Constructor Summary | |
---|---|
Excel()
|
Method Summary | |
---|---|
static XLObject |
Excel4(int xlfn,
XLObject[] args)
Call an excel function. |
static java.lang.String |
GetLastError()
Gets the error string for the last error. |
static java.lang.String |
GetModuleName()
Gets the name of the module. |
static void |
SetLastError(java.lang.String error)
Sets the error string, which can be retrieve via [Addin]_GetLastError() function. |
static int |
XLCallVer()
Get the excel version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int xlretSuccess
public static final int xlretAbort
public static final int xlretInvXlfn
public static final int xlretInvCount
public static final int xlretInvXloper
public static final int xlretStackOvfl
public static final int xlretFailed
public static final int xlretUncalced
Constructor Detail |
---|
public Excel()
Method Detail |
---|
public static XLObject Excel4(int xlfn, XLObject[] args)
xlfn
- The function number.args
- The args.
public static int XLCallVer()
public static void SetLastError(java.lang.String error)
error.
- public static java.lang.String GetLastError()
public static java.lang.String GetModuleName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |