How can I update values in a spreadsheet embedded in my WIX page

Question:
I have embedded a Google Sheets spreadsheet into my wix.com website using the html iframe function. The spreadsheet is in a Google Drive folder, and is being put online so users can key values in two columns, with all other columns protected.
Spreadsheet loads into the WIX page ok, but the two columns are not enabled for input.

Is this update capability available in WIX so that users can enter values and the source spreadsheet is updated?

This is my HTML code

<iframe width="1480" height="990" frameborder="0" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQnKkRljiW4eilQyEO6JBf4YK8jGj9Trj-owJzUQ96byh0UknetteDIq4KruRVf7hY5t8nxHBqkJ9KS/pubhtml?gid=1810651305&amp;single=true&amp;widget=true&amp;headers=false"></iframe>

Have tried Excel and Google Sheets files, plus tried Google Drive and OneDrive folders.

Since all of the functionality is contained within Google Sheets this is more a question for Google Sheets and how their embeds work/if they allow editing from an embedded iframe.