Google sheet embed URL documentation

前端 未结 2 2035
执笔经年
执笔经年 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=
    

提交回复
热议问题