0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

gasのgetRange()について質問です

Posted at

ある条件でフィルタされたgoogle spreadシートのデータ範囲のみ

(=可視データ範囲のみ)範囲指定するscriptの書き方を教えていただけますか?:

試しにspreadシートのマクロ機能を使ってみましたが

getRange('workSheet!A1:E850')

などと固定範囲になってしまいます。

エクセルのマクロでは

Resize(.Rows.Count - 1, 16).Offset(1).Copy

で解決できるのですが、GASのやり方が調べても分かりません。
大変恐縮ですが、ご回答いただけると幸いです。

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?