Get Excel Base64 action is used in Kuika platform to convert certain table data to Excel file and obtain this file in Base64 format. It plays an important role especially in the export processes of data obtained with SQL SELECT query. This action only applies to web applications.
Adding Get Excel Base64 Action to Project
Configure Get Excel Base64 Parameters
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.
An administrator wants to export the table resulting from a specific SQL query in the application in Excel format. However, this operation is not a direct download; the data will first be converted to Base64 format and then used in another operation (e.g. downloading, e-mailing, saving to the server). The Get Excel Base64 action is activated for this conversion.
Adding the Get Excel Base64 Action
Configure Get Excel Base64 Action Parameters
In the action window that opens, fill in the following fields:
After adjusting the settings, click the SAVE button to complete the action.
After Action Usage
Technical Risks and Controls
The Get Excel Base64 action allows you to convert your data to Excel format and get it encoded. In this way, operations such as downloading, sharing, e-mailing or transferring data to the server can be performed in a secure and controlled manner. It is a powerful action especially in large reporting and integration scenarios.