HTML form data automatically upload into a spreadsheet

Jack lythgoe 1 Reputation point
2021-12-09T15:09:36.64+00:00

Hi all,

I have created a webpage that asks users questions on details of their order. I want the data from this form to be uploaded to a spreadsheet where i can transfer the records for each submission into another excel document.

I have tried using phpMyAdmin export option. however this does not update automatically on a new record being added and have to manually export the file. Meaning it will create multiple files.

I have tried using using PhpSpreadsheet. But i cannot install the composer as i get exit code 1.

I have also tried linking the page to google sheets. This is the only option i have seen that updates after submission of the form. However it hasnt been working for me and i am unsure why.

If anyone knows anyway to do this task pls comment!

Microsoft 365 and Office Development Other
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.