MARKETPLACE
PLUGINS
RG OR TABLE TO XLSX (EXCEL)
RG or Table to xlsx (Excel) logo

RG or Table to xlsx (Excel)

Published February 2024
   •    Updated this week

Plugin details

The Table or Repeating Group to Xlsx Converter Plugin is a powerful tool designed to seamlessly export tables and repeating groups from applications to Xlsx (Excel) format. This plugin simplifies the process of converting complex data structures within Bubble.io into a universally compatible spreadsheet format, allowing users to effortlessly analyze and manipulate their data in Excel.
This plugin utilizes a JSON-based approach, requiring users to have a basic understanding of JSON for sending information.

$10

One time

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

Platform

Web & Native mobile

Contributor details

Angelo logo
Angelo
Joined 2022   •   6 Plugins
View contributor profile

Instructions

After installing the plugin and placing the element on the same page as the tables or RGs, let's configure it.
**Configuring the (headers)

(header) name: Your spreadsheet's name.

(header) centralize: Choose 'true' or 'false' to center the words or not.

(header) body-Font: Choose the body font size.

(header) header-font: Choose the header font size.

(header) header-color: Choose the background color of the header (hex).

(header) header-font-color: Choose the font color of the header (hex).

(header) fit-content: BETA: Choose 'true' or 'false' to align the column width with the rows.

**Sending Content in JSON

json exemple:


{
 "Col1_name": ["Col1_rows:Formatted as Json-Safe"],
 "Col2_name": ["Col2_rows:Formatted as Json-Safe"],
 "Col3_name": ["Col3_rows:Formatted as Json-Safe"]
}


To send this JSON, it needs to be structured correctly. Each column is represented by a name (e.g., "Col1_name"), and the rows associated with that column are formatted as an array of strings (e.g., ["Col1_rows:Formatted as Json-Safe"]). Repeat the process for the remaining columns. Remember not to include a comma after the last line of the JSON. This ensures that the JSON is valid and can be interpreted correctly by the plugin.


DEMO EDITOR:
https://bubble.io/page?type=page&name=my_projects&id=angeloprojects&tab=tabs-1

DEMO PAGE:
https://angeloprojects.bubbleapps.io/version-test/my_projects?tab=excel

Types

This plugin can be found under the following types:
Api   •   Action

Categories

This plugin can be found under the following categories:
Data (things)   •   Productivity   •   Technical   •   Compliance   •   Analytics

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble