シートの値の取得方法には getValue() と getDisplayValue() があります。違いの解説と簡単なコード例を紹介します。 getValue() 数値は数値、日付は日付、true,やfalseもデータの型そのままで取得されます。例えばNumber, Date, Booleanがあります。 また、テキストは文字列 ...
The changes have been applied according to the given instructions. The `getValue` method has been removed from all the enums, and the `value` field of each enum is now package-private instead of ...