マガジンのカバー画像

【プログラムを学ぼう】GoogleAppsScript入門

134
GoogleAppsScriptの使い方をいろいろお伝えしていきます! GASを使って業務の効率化などを目指す人用!またはプログラミングの初歩の初歩を学びたい人は必見になります。
運営しているクリエイター

#初めてのGAS

【GoogleAppsScript】ドキュメント下余白をポイントで設定【setMarginBottom(marginBo…

setMarginBottom(marginBottom) は、ドキュメントの下余白をポイントで設定できます。 今…

関野泰宏
1年前

【GoogleAppsScript】ドキュメントの見出しの設定を変更する【setHeadingAttributes】

setHeadingAttributes(paragraphHeading, attributes) は、見出しの設定を変更することができ…

関野泰宏
1年前

【GoogleAppsScript】要素の属性を設定【setAttributes】

setAttributes(attributes) は、正規表現を使用して、特定のテキスト パターンをすべて特定の…

関野泰宏
1年前
2

【GoogleAppsScript】特定のテキスト パターンをすべて特定の置換文字列に置き換えま…

replaceText(searchPattern, replacement) は、正規表現を使用して、特定のテキスト パターン…

関野泰宏
1年前

【GoogleAppsScript】セルを作成し、新しいテーブルを作成します【insertTable(childI…

insertTable を使って、セルを作成し、新しいテーブルを作成します 今回のプログラム プログ…

関野泰宏
1年前