Philippe Schulligen
Philippe Schulligen

Reputation: 11

Embed editable Google Docs spreadsheet without footer sheet toolbar

I am sharing an editable Google sheet on my website (shared with any user on Google sheet side), using https://docs.google.com/spreadsheets/d/[hash]/edit?rm=minimal Adding the rm=minimal allows to remove the Google navigation and toolbar at the top.

Is there a way to remove the bottom bar allowing to add new sheets?

enter image description here

Upvotes: 1

Views: 1284

Answers (1)

Asteroids With Wings
Asteroids With Wings

Reputation: 17454

No.

A document may be shared as editable, or shared as not editable, or not shared at all.

There is not fine grained control over prohibiting the addition/deletion of individual sheets in the document.

That's why there's no URI argument to hide the UI elements relating to this feature — the feature is one of the things you're explicitly granting access to, by making the share editable.

Upvotes: 1

Related Questions