Select the project you want to work on from the Apps screen.
Go to the UI Design module.
Open the Properties panel on the right side.
+ ADD ACTION menu, add the Export > Import Excel Base64 action according to the trigger event you want (Initial Actions, OnClick, OnBlur, etc.).
Parameter Definitions
Required Parameters
Excel Base64 (String): This is the Base64-encoded version of the Excel file. This data is obtained directly after the file is uploaded. It is usually defined using data sources such as Action Result, Current, Form Component, Screen Input, or Fixed, and can be linked via the Symbol Picker.
Optional Parameters
Table Name (String): Used to manually specify the name of the table to be created. If not specified, the Excel worksheet name is used.
Primary Key Name (String): The name of the primary key column to be defined in the table. If not specified, the system automatically creates a column (usually id).