https://github.com/abicky/jpyx-gas
The functions JPYX and JPYXLASTMONTH to show USD/JPY (JPY=X) on your Google Sheets
https://github.com/abicky/jpyx-gas
Last synced: about 1 year ago
JSON representation
The functions JPYX and JPYXLASTMONTH to show USD/JPY (JPY=X) on your Google Sheets
- Host: GitHub
- URL: https://github.com/abicky/jpyx-gas
- Owner: abicky
- License: mit
- Created: 2024-04-21T16:16:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T22:37:06.000Z (about 2 years ago)
- Last Synced: 2025-04-12T06:37:56.993Z (about 1 year ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JPYX GAS
This project provides the functions `JPYX` and `JPYXLASTMONTH` to show USD/JPY (JPY=X) on your Google Sheets.

# Installation
[clasp](https://github.com/google/clasp) allows you to install the functions easily as follows:
```
npm install
npm run clasp login
npm run clasp create -- --parentId
npm run deploy
```
The sheet ID is included in the seet URL: `https://docs.google.com/spreadsheets/d//edit`.
You can create a new sheet with `npm run clasp create -- --type sheets` instead of `npm run clasp create -- --parentId `.