How to write a system URL to a specific libreoffice calc sheet?

One can have a URL which opens a file, with a URL like: file:///. In particular, this can open a .ods file in LibreOffice Calc.

Is there a way to open that calc file and then open a specific sheet within it (where the calc file might have multiple sheets)?

It might look something like this: file:///home/username/myfile.ods?sheet=“foobar”

file:///path/spreadsheet.ods#Sheet13
file:///path/textdocument.odt#Bookmark13

1 Like

Thanks Villeroy!

For others, where ‘Sheet13’ is the actual sheet name, (and not the 13th sheet).

Or Name of NamedRange :slightly_smiling_face:

1 Like