Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name on the script canvas. |
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
File | Required | Available | Enter the path of the Excel workbook.
Click [Browse] button to activate the file chooser and Select the file. |
|
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Sheet list | Optional | - | Specify the Show/Hide targeted sheet. | |
Sheet list/Sheet name | Required | Optional | Select or enter a target sheet to be shown or hidden contained in the Excel file specified in [File]. |
|
Sheet list/Visible/Hidden | Required | Not available | Select Visible or Hidden to a sheet specified in [Sheet].
|
|
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Row list | Optional | - | Specify target rows to be shown or hidden. | |
Row list/Sheet name | Required | Optional | Select or enter a sheet which contains a target row to be shown or hidden. |
|
Row list/Starting row | Required | Optional | Enter a starting row number to be shown or hidden. |
|
Row list/Ending row | Required | Optional | Enter a ending row number to be shown or hidden. |
|
Row list/Visible/Hidden | Required | Not available | Select Visible or Hidden to rows within [Row list/Starting row] and [Row list/Ending row].
|
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Column list | Optional | - | Specify target columns to be shown or hidden. | |
Column list/Sheet name | Required | Optional | Select or enter a sheet which contains a target column to be shown or hidden. |
|
Column list/Starting column | Required | Optional | Enter a starting columns number to be shown or hidden by A1 reference format alphabets. Example:A |
|
Column list/Ending column | Required | Optional | Enter a ending columns number to be shown or hidden by A1 reference format alphabets. Example:XFD |
|
Column list/Visible/Hidden | Required | Not available | Select Visible or Hidden to columns within [Column list/Starting column] and [Column list/Ending column].
|
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Perform transaction | Optional | Not available | Select whether to perform transaction or not.
![]() |
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
Component variable name | Description | Remarks |
---|---|---|
message_category | Stores the category to which corresponding message code belongs to, when an error occurs. |
|
message_code | Stores its corresponding message code of occurred error. |
|
message_level | Stores the severity of the corresponding message code of the occurred error. |
|
error_type | Returns the error type when error occurred. |
|
error_message | Return the error message when error occurred. |
|
error_trace | Return trace information when error occurred. |
|
Exception name | Causes | Solution |
---|---|---|
InvalidPropertyConfigurationException
File path is not specified. |
[File] is not specified. | Specify [File]. |
InvalidPropertyConfigurationException
Workbook with unsupported format is specified. |
Workbook with unsupported format is specified to [File]. | Specify the workbook format that corresponds to [File]. |
InvalidPropertyConfigurationException
Starting row (Ending row) must be greater than or equal to 1 and less than or equal to 1048576. |
Value of [Row list/Starting row] or [Row list/Ending row] is invalid. | Check the values of [Row list/Starting row] or [Row list/Ending row]. |
InvalidPropertyConfigurationException
Ending row must be greater or equal to starting row. |
A value less than the value specified in [Row list/Starting row] is specified to [Row list/Ending row]. | Check the values of [Row list/Starting row] or [Row list/Ending row]. |
InvalidPropertyConfigurationException
Starting column (Ending column) must be greater than or equal to A and less than or equal to XFD. |
Values in [Column list/Starting column] or [Column list/Ending column] is invalid. | Check the values of [Column list/Starting column] or [Column list/Ending column]. |
InvalidPropertyConfigurationException
Ending column must be greater or equal to starting column. |
A value less than the value specified in [Column list/Starting column] is specified to [Column list/Ending column]. | Check the value of [Column list/Starting column] or [Column list/Ending column]. |
InvalidPropertyConfigurationException
Sheet name is not specified. |
[Sheet name] is not specified. | Specify [Sheet name]. |
FileIsDirectoryException | Path input to [File] is directory. | Input file path to [File]. |
FileIsLockedException | File specified in [File] is locked. | Perform unlocking from explorer or CLI. |
java.lang.IllegalStateException
No visible sheet found. |
Show available sheet is not found. | Check is show available file exists more than one, in the file specified in [File]. |
java.io.FileNotFoundException | File specified in [File] does not exist. | Check [File]. |
java.io.FileNotFoundException
Different process is in use. |
File specified in [File] is used by other process. | Check whether or not used in other process. |
SheetNotFoundException
Non-existing Sheet name is specified. |
Sheet specified in [Sheet name] does not exist. | Specify sheet name existing in [Sheet name]. |