Please read the docs: https://docs.xlwings.org/en/stable/remote_interpreter.html
This sample works with:
- Excel on Windows
- Excel on macOS
- Excel on the web
- Google Sheets
There are the following samples:
app
: A simple hello world sample and a sample using yfinance to fetch stock history data as a pandas DataFrameapp_google_auth
: This sample shows how you can identify users on the backend by sending overScriptApp.getOAuthToken()
as theapiToken
Quickstart:
-
To open this repo with Gitpod for easy development, click the button:
-
If you want to commit changes, fork this repo first and prepend
https://gitpod.io/#
in front of the GitHub URL instead of clicking the button -
For a quick production deployment, you can deploy to Heroku by cliking the button. For more details and other options, see the docs.