An open API service indexing awesome lists of open source software.

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

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.

![Screenshot](screenshot.png)

# 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 `.