REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
Any Option to push uploaded excel data directly to Backend table ?
-
Hi Team,
I have a scenario to keep a upload button in the UI. When user uploads a excel file (with data like username, email, etc) , i need to read the data in file and upload the same data to Backend table ?
Do we have any modules in appdrag-cloudbackend to achieve this ?
-
Hi,
I would use an npm package to read the uploaded file :
And then generate the SQL request to insert it into your database.