ValueRenderOption
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
열거형 |
FORMATTED_VALUE |
값은 셀의 형식에 따라 응답에서 계산되고 형식이 지정됩니다. 형식은 요청하는 사용자의 언어가 아닌 스프레드시트의 언어를 기반으로 합니다. 예를 들어 A1 이 1.23 이고 A2 이 =A1 이며 통화 형식이면 A2 는 "$1.23" 를 반환합니다. |
UNFORMATTED_VALUE |
값은 계산되지만 답장에는 형식이 지정되지 않습니다. 예를 들어 A1 이 1.23 이고 A2 이 =A1 이며 통화 형식이면 A2 은 숫자 1.23 를 반환합니다. |
FORMULA |
값이 계산되지 않습니다. 답장에 수식이 포함됩니다. 예를 들어 A1 이 1.23 이고 A2 이 =A1 이며 통화 형식이면 A2는 "=A1" 를 반환합니다. Sheets에서는 날짜 및 시간 값을 소수점 값으로 처리합니다. 이를 통해 수식에서 산술을 실행할 수 있습니다. 날짜 및 시간 값 해석에 관한 자세한 내용은 날짜 및 시간 값 정보를 참고하세요. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-03-22(UTC)
[null,null,["최종 업데이트: 2025-03-22(UTC)"],[],[],null,["# ValueRenderOption\n\nDetermines how values should be rendered in the output.\n\n| Enums ||\n|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `FORMATTED_VALUE` | Values will be calculated \\& formatted in the response according to the cell's formatting. Formatting is based on the spreadsheet's locale, not the requesting user's locale. For example, if `A1` is `1.23` and `A2` is `=A1` and formatted as currency, then `A2` would return `\"$1.23\"`. |\n| `UNFORMATTED_VALUE` | Values will be calculated, but not formatted in the reply. For example, if `A1` is `1.23` and `A2` is `=A1` and formatted as currency, then `A2` would return the number `1.23`. |\n| `FORMULA` | Values will not be calculated. The reply will include the formulas. For example, if `A1` is `1.23` and `A2` is `=A1` and formatted as currency, then A2 would return `\"=A1\"`. Sheets treats date and time values as decimal values. This lets you perform arithmetic on them in formulas. For more information on interpreting date and time values, see [About date \\& time values](https://developers.google.com/workspace/sheets/api/guides/formats#about_date_time_values). |"]]