allan.thompson99
Member
- Messages
- 43
- Reaction score
- 0
- Points
- 6
I have had a web page showing portions of a Google spreadsheet for several years working to display a Tennis Box league.
Recently, the system is showing errors - which seem to come from Google :-
('Google Docs encountered an error. Please try reloading this page, or coming back to it in a few minutes.')
- but I am not convinced there is not some other issue....
Here's the embed code for one of the sections:-
Seaching the internet produced ideas about hidden columns in the spreadsheet - there are none, and suggestions to insert 'rm=minimal' in the html '<iframe>' code - but nothing seems to work.
Has anyone solved similar issues?
Thanks in anticipation for your help.
Recently, the system is showing errors - which seem to come from Google :-
('Google Docs encountered an error. Please try reloading this page, or coming back to it in a few minutes.')
- but I am not convinced there is not some other issue....
Here's the embed code for one of the sections:-
Code:
<iframe src='https://docs.google.com/spreadsheets/d/e/2PACX-1vReFjF_8ZJ5xcn2-DlAUrgMmZ6YDFAyGi8w-JYr-6OCCYMloaqbhATgjWtAjD0jHHvYa9QCckay9dRK/pubhtml?gid=4&headers=false&single=true&range=c80:e85&widget=false&chrome=false' align="middle" scrolling="no" frameborder="0"></iframe>
Seaching the internet produced ideas about hidden columns in the spreadsheet - there are none, and suggestions to insert 'rm=minimal' in the html '<iframe>' code - but nothing seems to work.
Has anyone solved similar issues?
Thanks in anticipation for your help.