Excel Connector

Demo to preview the settings

Introduction

The plugin Excel Connector allows:
  • upload data from .xls file instead of .csv.
  • download data from Bubble table in .xls format.

How to set up

1. Install the plugin into your application

2. Enable specifying element IDs

Image without caption

3. Enable Data API (do not forget to make the privacy settings for the application)

Image without caption

4. Get API Token

5. DataAPI URL and key must be entered in the plugin settings

Image without caption

Plugin Elements

ExcelExport Actions:

uploadXLS

Fields:
Field
Description
element_id
Element ID
headers
Table headers
filename
File Name

ExcelExport Exposed states:

States:
Name
Description
Type
url
Download URL file
text
error
Error text
text

ExcelExport Events:

Events
Name
Description
goturl
Go on the State URL

Plugin Actions

parseXls

Fields
Field
Description
element_id
Element ID
headers
Table headers
filename
File Name
Returntd values
Name
Description
Type
result
Result
text

exportXls

Fields
Field
Description
file
Xls file
thing_name
Thing name
Returntd values
Name
Description
Type
result
Result
text

Changelogs