top of page
- API -
reaper.AZ_GSheet_Disconnect(connection)
- API Detail-
▼入力値
connection(GSheetConnection) : スプレッドシート接続情報
▼出力値
なし
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_GOLD")
spreadSheetId = "**********"
connection = reaper.AZ_GSheet_Connect_UserAccount(spreadSheetId)
Msg(connection)
reaper.AZ_GSheet_Disconnect(connection)
Msg(reaper.AZ_GetErrorCode())
GoogleSpreadSheet
AZ_GSheet_Disconnect
Supported versions:
1.5.0
onwards
シートの接続を閉じる

bottom of page


