DataToXLSX logo

DataToXLSX

Published September 2025
   •    Updated May 2026

Plugin details

DataToXLSX is a lightweight Bubble plugin that lets you generate .xlsx Excel files on the fly. Simply provide your column schema, visible columns, and row data — the plugin will create a clean, styled Excel sheet with auto column widths, frozen header row, and bold headers.

Includes two actions:

DataToXLSX (Download) — Client-side action that generates and downloads the file directly in the browser.

DataToXLSX (Base64) — Server-side action that returns the Excel file as Base64, ready to be uploaded or stored anywhere.

Perfect for exporting dynamic reports, inventory data, logs, or any tabular data from your Bubble app.

Free

For everyone

stars   •   0 ratings
19 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web & Native mobile

Contributor details

 logo
Joined 2024   •   2 Plugins
View contributor profile

Instructions

Add the DataToXLSX action to your workflow.
Provide the following required inputs:

fixed_order_all_columns: Full column schema (e.g. Product*Supplier*Quantity*Unit)

visible_columns: Subset of columns to show in the export (e.g. Product*Supplier*Quantity)

data_with_order: Row data using the same order as your schema (e.g. Apple*Aker*15*Kg~Pear*Ozkurus*10*Crate)

Optional settings:

insert_dash_for_empty (fill empty cells with “-”)

max_items (row limit)

filename / sheet_name

col_sep / row_sep

trim_whitespace, strict_column_count, auto_column_width, wrap_cells, safe_escaping

Choose the right action:

Use Download action to instantly download the Excel file.

Use Base64 action to get the file as Base64 (returned in base64 output) — useful to upload to S3 or save in your DB.

The action also returns:

rows → number of exported rows

filename → final file name

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble