Get Excel Base64 Action Implementation Steps

Adding Get Excel Base64 Action to Project

  1. Open your project in Kuika.
  2. Open the relevant screen in the UI Design module.
  3. Select the component to add an action to (for example a button).
  1. Select a trigger (OnClick, Initial Actions, etc.) from the + ADD ACTION menu in the right panel.
  2. Add the Export > Get Excel Base64 action.

Configure Get Excel Base64 Parameters

  • Value (String, required):
    • Specifies the data set to convert to Excel (for example: data.tableData).
    • It is usually defined using data sources such as Action Result, Current, Form Component, Screen Input or Fixed and can be linked via Symbol Picker.
  • Header (String, optional):
    • It is usually defined using data sources such as Action Result, Current, Form Component, Screen Input or Fixed and can be linked via Symbol Picker.
  • Footer (String, optional):
    • Description or information to be displayed at the bottom (for example: “This document was auto-generated by the system.”).
    • It is usually defined using data sources such as Action Result, Current, Form Component, Screen Input or Fixed and can be linked via Symbol Picker.

Completing the Registration Process

After configuring your parameters, click the SAVE button to save your changes. This step ensures that the Get Excel Base64 action is successfully added.