ARTICLE AD BOX
Aim:- On a google web site, hide the file name of embedded google sheet in an iframe .
So far:- I have used the Share - Publish to Web tool in Sheets and obtained the iframe code.
I have embedded this code into the page using the website embed tool.
Result:- The google sheet appears as required, but the file name appears at the top left of the frame.
I have searched but can't find the correct attribute and syntax to edit the iframe code to hide the file name.
Question:- Can the file name be hidden, if so how?
Working code so far is
<iframe width="100%" height="100%" frameborder="0" src="https://docs.google.com/spreadsheet/pub?key=1J8Y9kD7dqOmND3jKnie-uXel6EvQ3m404bbMdUL2wZk&gid=2011690297&gridlines=false&range=A1:H100"></iframe>
with hopeful thanks
