研究相談用見積フォームに入力された情報から概算見積のスプレッドシートを作成するスクリプトです。
https://github.com/nnh/research-consultation-request-form/wiki/usage
下記ライブラリを設定してください。
nnh/quote-generator-2
https://github.com/nnh/quote-generator-2
nnh/driveCommon
https://github.com/nnh/driveCommon
nnh/spreadSheetBatchUpdate
https://github.com/nnh/spreadSheetBatchUpdate
nnh/utilsLibrary
https://github.com/nnh/utilsLibrary
Google Sheets APIサービスを設定してください。
{
"timeZone": "Asia/Tokyo",
"dependencies": {
"libraries": [
{
"userSymbol": "quotegenerator2",
"version": "0",
"libraryId": "ライブラリID",
"developmentMode": true
},
{
"userSymbol": "driveCommon",
"version": "0",
"libraryId": "ライブラリID",
"developmentMode": true
},
{
"userSymbol": "spreadSheetBatchUpdate",
"version": "0",
"libraryId": "ライブラリID",
"developmentMode": true
},
{
"userSymbol": "utilsLibrary",
"version": "0",
"libraryId": "ライブラリID",
"developmentMode": true
}
],
"enabledAdvancedServices": [
{
"userSymbol": "Sheets",
"version": "v4",
"serviceId": "sheets"
}
]
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}