|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.ExcelReqSheet
public class ExcelReqSheet
Represents a worksheet. Extracts data from the worksheet. You can only use the ExcelRequest.openSheet method to obtain a ExcelReqSheet object.
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name of the worksheet. |
ExcelReqCell |
openCell(java.lang.String submitName)
Opens the specified cell and returns a ExcelReqCell object. |
ExcelReqTableRange |
openTableRange(java.lang.String submitName)
Opens the specified TableRange and returns a ExcelReqTableRange object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName() throws java.io.IOException
java.io.IOException
public ExcelReqCell openCell(java.lang.String submitName) throws java.lang.Exception, java.io.IOException
submitName
- The submitName is a name for submitting and is defined by developer before the Excel document is opened.
The submitName is case-sensitive.
java.lang.Exception
java.io.IOException
public ExcelReqTableRange openTableRange(java.lang.String submitName) throws java.lang.Exception, java.io.IOException
submitName
- The submitName is a name for submitting and is defined by developer before the Excel document is opened.
The submitName is case-sensitive.
java.lang.Exception
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |