IOS – Create Google sheets shortcut in homescreen

google-appsios

This quora answer instructs on how to create a shortcut to a sheet in mobile safari

I would like to have an icon on iOS springboard (home screen) to tap and open a specific spreadsheet document in the google sheets app.

Can this be done natively with automation scripting or with a helper app?

Best Answer

I see that all of my line breaks were removed in the answer. Let's fix that!


Open the document in GoogleDocs app on your iPhone.

Tap the three dots in the top corner

Share & export

Copy link

Leave the GoogleDocs app and open Shortcuts app


Create Shortcut

Add Action

Search for Safari

Open URLs

Tap the little gray field that says URL

Type googledocs://

Tap and paste (the link you copied from GoogleDocs). The result will look something like http://googledocs://https://docs.google.com/document/d/bunch-of-random-characters

Tap where it says “New Shortcut” at the top in big bold letters and name the shortcut


Tap the three dots

You can change the icon (the gray square with the magic wand in it) to what you want and give it a shortcut name.

Tap Add to Home Screen

Add

Done

Done/Next


Voila! You now have an icon on your home screen for the document, which will automatically open in GoogleDocs.

Related Question