Write Specified Cell
Operation name
Write Specified Cell
Function overview
Writes input data to a specified cell of an Excel file.
Data model
The data model of this component is table model type.
If Specify format/comment in Mapper to write is selected, it's XML type.
Properties
For details on use of variables, refer to Variables.
Basic settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Name |
Required |
Not available |
Enter a name that is used on the script canvas. |
|
Input data |
Required |
Not available |
Select a component on the script canvas. |
|
Required settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
File path |
Required |
Available |
Enter the Excel file path. The Browse button launches a file chooser that allows you to select a file. |
Note
|
Cell list |
Required |
- |
Specify cells. Each row can be operated with the following buttons:
|
|
Cell list/Sheet name |
Required |
Available |
Select or enter the sheet name. |
|
Cell list/Cell address |
Required |
Available |
Specify the cell address to be written. |
|
Cell list/Cell label |
Optional |
Not available |
Enter the label of the cell. |
|
Cell list/Type |
Required |
Not available |
Select the type of the cell.
|
|
Cell list/Number settings |
Required |
Not available |
Select the setting method of the number format.
|
|
Cell list/Number |
Optional |
Available |
Select or enter the number format to set to the write target cell. |
|
Specify format/comment in Mapper to write |
Optional |
Not available |
Select whether or not to set elements for writing format/comment in the input schema.
|
|
Property actions
Item name |
Description |
Remarks |
---|---|---|
Get sheet name list |
Get sheet names from the file specified in File path. |
|
Write setting
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Position where you add a sheet |
Required |
Not available |
When you create a sheet, select the position where you add it.
|
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Schemas
-
When Specify format/comment in Mapper to write isn't selected
-
It's table model type.
-
The number of columns varies depending on the Cell list settings.
-
= Remarks =
For schema structure, refer to Table model type .
-
-
When Specify format/comment in Mapper to write is selected
-
It's XML type.
-
The schema structure is as follows:
<?xml version="1.0" encoding="UTF-8"?> <table> <row> <column> <format></format> </column> <column> <format></format> </column> : </row> </table>
Element name
Attribute name
Description
Remarks
table
-
row
-
column
-
Represents the value to be written in the cell.
-
Appears once for each row set in Cell list.
format
-
Represents the format/comment to be written in the cell.
-
In this element, enter a string that is output from "Generate Excel Format" logic.
-
Only the format/comment that is output from "Generate Excel Format" logic will be written.
-
When format isn't written, the format of the write destination cell is used.
-
-
-
Output schema
None.
Loading schema in Mapper
The schema is loaded automatically.
For details, refer to Edit Schema.
Transaction
Transaction is supported.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
filePath |
The file path is stored. |
|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the error 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 trace information for the error is stored. |
|
Message codes, exception messages, and limitations
Connector |
Message code |
Exception message |
Limitations |
---|---|---|---|
Notes
-
When this operation is placed in a loop operation, refer to Notes of Loop by Number of Data.