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-1DEMO PAGE:
https://angeloprojects.bubbleapps.io/version-test/my_projects?tab=excel