Excel Work
Once you define the template in the previous steps of the Excel Template
, you configure how the data will be processed during upload and map the data from the file to the Tables and Columns registered in CALS Studio.
- How to Create
Select the
Utility
>Excel Work
menu in theObject Explorer
.Click on the
New
button in theExcel Sheet Work
List to register a newExcel Work
.Define the name, and in the
Sheet Name
field, select the Sheet registered in the Template File Sheet List of theExcel Template
for registration. You can choose one of the followingoperation methods
: Insert, Update, or Delete, and select the Table where you want to process the data as the Target Table.In the
Excel Cell Work
List, you define the properties of the Excel Sheet's columns. You can set attributes such as Required, the Table and Column in CALS to which it maps (Target Column), etc. You can choose the valueFixed
in the Work Cell Type to set it as a fixed value.Config
allows you to define arbitrary parameters to determine values based on parameters. For example, you can pass on data retrieved from Components on the screen where data is uploaded or values such as sequence numbers generated at the time of upload. You can also useTransform
to define new values by combining values from the worksheet. The purpose of theExcel Cell Rule
List is to restrict the types for each value (e.g., Number).You can create an Upload Button in Components using the defined
Excel Template
andExcel Work
, and then set up anExcel Import
Service to use it.