|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.ExcelResponse
public class ExcelResponse
Fills data into Excel spreadsheet and controls behavior of Excel application. ExcelResponse is a important class. ExcelResponse object is the data source of AceoffixCtrl and the parameter of the AceoffixCtrl.bind method. If you need to fill data into Excel spreadsheet you have to create ExcelResponse object.
Constructor Summary | |
---|---|
ExcelResponse()
Initializes a new instance of the ExcelResponse class. |
Method Summary | |
---|---|
ExcelResSheet |
openSheet(java.lang.String sheetName)
Opens the specified worksheet and returns a ExcelResSheet object. |
void |
setDisableSheetDoubleClick(boolean disableSheetDoubleClick)
Sets a value that indicates whether or not double-click is disabled in worksheet. |
void |
setDisableSheetRightClick(boolean disableSheetRightClick)
Sets a value that indicates whether or not right-click is disabled in worksheet. |
void |
setDisableSheetSelection(boolean disableSheetSelection)
Sets a value that indicates whether or not selection is disabled in worksheet. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExcelResponse() throws java.lang.Exception, java.io.IOException
java.lang.Exception
java.io.IOException
Method Detail |
---|
public void setDisableSheetDoubleClick(boolean disableSheetDoubleClick)
disableSheetDoubleClick
- The default value is false.public void setDisableSheetRightClick(boolean disableSheetRightClick)
disableSheetRightClick
- The default value is false.public void setDisableSheetSelection(boolean disableSheetSelection)
disableSheetSelection
- The default value is false.public ExcelResSheet openSheet(java.lang.String sheetName) throws java.io.IOException
sheetName
- The name of worksheet. The worksheet name is shown on the tab for the worksheet.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |