Excel data table -pdf

Hello Guys,

I developing my app for change the way that we open documents in the company today.
Nowadays we use MS Access, but how it works? We fill fields like product code (sku), description, check boxes flags (impacts), etc. and the problem that I finding, paste an excel table into form to print it in the PDF with exactly template that I did in excel.
I can’t remove it from excel because I extract all data (itens, code, etc) from our ERP.
Someone can help me, how can I do it in bubble? I’m using API PDF Generator to print data. But I can change the API if is necessary.
Just wanna paste the table form excel and paste in bubble and then print it. Remember the table size is variable and template should be modularity. The elements should move according the table size.


(red one is in excel and blue one is in PDF)

1 Like

Hi, exists some forms do make it. The most easier is transform your xlsx in csv or json (use any online service) before use a bubble’s native importation (unique point isn’t to possible use in free plan). Outher method is creat a webhook and use a automation service (exemple make, N8N, zapier…) to ative the webhook and creat your thing (the automation services too transform your xlsx in csv or json)