Google sheet embed URL documentation

前端 未结 2 2004
执笔经年
执笔经年 2021-01-30 07:28

Does anyone know if there is any official documentation for google spreadsheet embed URL paramaters?

That is, given an embed URL from Google Sheets like this: https://do

相关标签:
2条回答
  • 2021-01-30 07:46

    Here are some of the parameters I found for Google Docs (thanks goes to Joel http://obstruction.tumblr.com/post/60784440737/google-docs-url-parameters-rm-minimal-rm-full):

    Google Docs URL parameters:

    rm=minimal
    rm=full
    rm=embedded
    rm=demo
    rm=(render mode)
    
    ui=2 (select the interface version)
    chrome=false (full screen mode)
    frameborder=(size of border)
    q=(Whatever) Search Query
    
    gid=24 (Which sheet you want to display)
    widget=false
    single=true
    range=A2:AA26 Output=html
    format=(export spreadsheet)
    format=xlsx
    format=csv
    
    widget=false
    width=(width)
    height=(height)
    viewer?
    start=
    channel=
    ibd=
    client=
    
    0 讨论(0)
  • 2021-01-30 07:59

    I've been looking for the same thing! One more URL parameter I have found useful is

    • &rm=[minimal|?]
      • minimal: hides the top menu and cell inspector, but still shows row numbers, column letters, and the Add More Rows feature at the bottom.

    This resource describes some of the parameters, though I can't vouch for its accuracy. http://www.goopal.org/google-sites-business/google-spreadsheets/spreadsheet-output/publish-spreadsheet#TOC-Other-Export-Parameters

    0 讨论(0)
提交回复
热议问题