Export Excel Action Implementation Steps

  1. Adding the Export Excel Action
    • Log in to Kuika and open your project.
    • Go to the UI Design module and select the screen to be processed.
    • Create a button (e.g., ‘Export Excel’).
  • Select the button, click on the + ADD ACTION menu in the Properties panel on the right side.
  • Select the relevant trigger event (OnClick, etc.) → Select the Export > Export Excel action.
  1. Configuring Export Excel Parameters
  • Value (String - required): The data set to be transferred to the Excel file. Usually, the result of an SQL query is used.
    • 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.
  1. Adding Optional Parameters
    • Header (String - optional): Header, date or description that can be added to the top of the file.
    • Footer (String - optional): Notes, copyright information or date that can be added to the bottom of the file.
      • All parameters can be defined with the data sources mentioned above.