Suppose I have an existing predefined form in Google Sheets that contains something like tables with header columns and empty rows (waiting for data to fill in).
I am currently implementing a React web application that collects data from users. In the app, there is going to be a button, which is designed to do these steps that I would like to know if it is possible at all, if so how.
User filled in some data in the web and then clicked the button.
- Fetch form from the Google Sheets.
- Fill data in the form (in the predefined empty table rows)
- Print the result in PDF (let the user download the file via browser)
Any additional third party libraries are acceptable.