New Plugin: XLSX / CSV Export

We have been using your plugin XLSX / CSV Export issue for exporting data as CSV in our application. The issue we have is it always downloads the file with comma delimiter even when we select semicolon (which we really want). Please let us know if there is any solution to this problem.

@mikhov.ivan are you still actively maintaining this plugin? It looks great, but I want to make sure it is maintained before buying.

Hi Ivan,
Do you still support this plugin and does it work with Bubble tables? In other words, is it possible to download Excel file using data that is in the table element?
Thank you

Hi @s-consulting and thank you for your kind interest!

I do maintain the plugin, and for the export it uses its own data source, so there is no difference on how the data is shown on the UI, be it repeating group or bubble table element.

Hope this helps :slight_smile:
Have a nice day!

I need URGENT help!

Hi! I am having issues with timeout with the export plugin.

I am trying to download almost 4 thousand records in about 15 columns. Some of these columns are pulling data from other tables but none are Searching, these are all related fields.

I ran the workflow both on browser and on backend and it just wont go. When I check the Logs it does come up with the data formated correctly but it seems like the plugin gets stuck and times out when creating the XLSX file.

On the server side I have only tried XLSX but in client side I have tried both CSV and XLSX and it always time out

It is properly configured because when I try to run for about 200 records it works perfectly. Takes a little while but it exports and download without an issue so its not a configuration issue.

here are the screenshoots so you can see what kind of data im pulling from different tables

As you can see none of these are searching but i am pulling data from other sources

From my point of view and from the times shown in the images above, it seems like its taking about 1 minute to run the whole thing and then times out. About 30 seconds to come up with the data and about 25 seconds until the time out is shown.

The thing is that I need this to be able to export more than 6k records like this down the road

Is there a solution, a way to make it faster or any recomendations on how I could achieve something like this?

I sent an email to you but it bounced back…

@mikhov.ivan

I had the same issues. You can try running it in batches or better yet, storing the data in one export record and then just sending that field…

Thanks for the advice! I have done everything in my power to do as you said, I managed to split the workflow into different actions, sent it to the backend to do the heavy lifting and managed to come up with all the data sstructured just the way it should.

Once the data is ready and the Export action starts running it times out again after after about 30 seconds. So even if the data is provided in plain text form, the plugin is still not able to manage the creation of the file. this is less than 4k records with 15 columns with all the data already in text format. Still can’t manage.

Isn’t there some support I can contact?