From 929f50e565a02375aefa80372770f32ac19470f6 Mon Sep 17 00:00:00 2001 From: Alessandro Cifani Date: Wed, 8 May 2024 22:16:09 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1a831cb..b6b0c9f 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,11 @@ node ./dist/index.js There's also a Docker image available in the [Packages](https://github.com/acifani/actual-rest-api/pkgs/container/actual-rest-api) section of this repo. + +## Google Sheets + +You can import the data directly into Google Sheets (or Excel) + +```gsheet +=IMPORTDATA("https://your-actual.server.dev/transactions?format=csv&token=...") +```