Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
File | Required | Available | Enter the Excel file path.
You can click [Browse] button to launch file chooser and find the file. |
|
Sheet name | Optional | Available | Select or enter a sheet of the Excel file specified in [File]. |
|
Column list | Optional | - | Specify columns.
Each column can be operated with the following buttons.
|
|
Column list/Column name | Required | Available | Enter the column name. | |
Column list/Type | Required | Not available | Select the type of [Column name].
|
Item name | Description | Remarks |
---|---|---|
Open Excel Wizard | Open the Excel Wizard with the file specified in [File].
![]() |
|
Update column list | Get column names and types from the first row values of the file specified in [File] and set them in [Column list]. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Specify reading start condition | Optional | Not available | Select whether or not to specify the reading start condition.
|
|
Start condition | Optional | Not available | Select a reading start condition.
|
|
Match string | Optional | Available | Enter the match string for reading start condition. |
|
Cell address | Optional | Available | Enter the cell address for reading start condition. Example: A1 |
|
Specify reading end condition | Optional | Not available | Select whether or not to specify the reading end condition.
|
|
End condition | Optional | - | Specify the reading end condition.
Each column can be operated with the following buttons.
|
|
End condition/Column name | Required | Not available | Select [Column name] in which reading end condition is to be checked. | |
End condition/Row number | Optional | Available | Enter the row number in which reading end condition is to be checked.
When [(Not specified)] is selected, the reading end condition will be checked for all rows. |
|
End condition/Condition value | Optional | Available | Enter the condition value of reading end condition.
When [(Not specified)]is selected, regardless of the cell value, the row of [Row number] will be the reading end row. |
|
End condition/And/Or | Required | Not available | Select a boolean operator for [Condition value].
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Do not get first row as value | Optional | Not available | Select whether or not to handle the first row of the specified file as data.
|
|
Read cell formula | Optional | Not available | Select whether or not to read cell formula as data.
|
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Data processing method | Required | Not available | Select data processing method.
|
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 |
---|---|---|
count | The number of read data is stored. |
|
filePath | The file path is stored. |
|
message_category | When an error occurs, the corresponding message code's category is stored. |
|
message_code | When an error occurs, the corresponding message code is stored. |
|
message_level | When an error occurs, the corresponding message code's severity is stored. |
|
error_type | When an error occurs, the error type is stored. |
|
error_message | When an error occurs, the error message is stored. |
|
error_trace | When an error occurs, the error's trace information is stored. |
|
Row number | Column 1 | Column 2 | Column 3 | Column 4 |
---|---|---|---|---|
1 | AAA | BBB | CCC | DDD |
2 | EEE | FFF | GGG | HHH |
3 | III | JJJ | KKK | LLL |
4 | AAA | BBB | CCC | DDD |
5 | EEE | FFF | GGG | HHH |
6 | III | JJJ | KKK | LLL |
Column name | Row number | Condition value | And/Or |
---|---|---|---|
Column 1 | [(Not specified)] | EEE | [AND] |
Column 2 | [(Not specified)] | FFF | [AND] |
Column name | Row number | Condition value | And/Or |
---|---|---|---|
Column 1 | 2 | EEE | [AND] |
Column 2 | 5 | FFF | [AND] |
Column name | Row number | Condition value | And/Or |
---|---|---|---|
Column 1 | 2 | [(Not specified)] | [AND] |
Column 2 | 7 | [(Not specified)] | [AND] |
Column name | Row number | Condition value | And/Or |
---|---|---|---|
Column 1 | 4 | [(Not specified)] | [AND] |
Column 2 | [(Not specified)] | FFF | [AND] |
Result value of formula (Number of decimal places) |
Read value | Read method |
---|---|---|
1234567890123456.123 (2 digits) |
1234567890123460 | Round off the digits that exceed the number of significant digits |
1234567890.1234567 (10 digits) |
1234567890.12346 | Round off the digits that exceed the number of significant digits |
12345.123 (2 digits) |
12345.12 | Round off the digits that exceed the specified number of decimal places |
Result value of formula | Read value | Read method |
---|---|---|
1234567890123456.123 | 1234567890123460 | Round off the digits that exceed the number of significant digits |
1234567890.1234567 | 1234567890.12346 | Round off the digits that exceed the number of significant digits |
1.12345678944 | 1.123456789 | Round off the decimal places to 9 digits. |
0.0001234567894444 | 0.000123456789 | The 9 digits from the first non-zero digit will be counted as significant digits, and the value will be rounded off to 9 decimal places |
A | B | |
---|---|---|
1 | 2005/4/1 (Date) | Yamada (Text) |
2 | 1800 (Number) | Suzuki (Text) |
Exception name | Cause | Solution |
---|---|---|
InvalidPropertyConfigurationException
<property name> is not specified. |
[<property name>] is not specified. | Specify [<property name>]. |
FileIsDirectoryException | The path entered in [File] is directory. | Enter a file path in [File]. |
InvalidStartCellAddressException: The specified starting cell address is invalid. |
The cell address entered in [Cell address] is invalid. | Check [Cell address] and enter a valid one. |
java.io.FileNotFoundException | The file specified in [File] does not exist. | Check [File]. |
jxl.read.biff.PasswordException | A password to open is set in the Excel 2003 workbook specified in [File]. | Enter an Excel 2003 workbook in which a password to open is not set in [File]. |
jxl.read.biff.BiffException
Unable to recognize OLE stream |
The Excel 2003 workbook specified in [File] is in an invalid state. | Check the following.
|
jxl.read.biff.BiffException
The file format is corrupt |
The Excel 2003 workbook specified in [File] might be corrupted. | Check the following.
|
ZipEntryBrokenException: The entry of the operating ZIP file is broken. |
The Excel workbook specified in [File] is in an invalid state. | Check the following.
|
ZipEntryNotFoundException: Entry of the specified name does not exist in the zip file |
The Excel workbook specified in [File] is protected with password to open or is in an invalid state. | Check whether password to open is set to the Excel workbook specified in [File], and whether the file is corrupted. |