command
module
Version:
v0.0.0-...-313fee0
Opens a new window with list of versions in this module.
Published: Sep 17, 2020
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Sheet Sync
Use data from google sheets and template files to keep your content updated.
Installation
You can install using the command go get klaidliadon.dev/sheet-sync
Obtain a new credential file from the quickstart page.
- Click on the Enable Google Sheets API button.
- Choose a Project name.
- Select Web server and add
http://localhost:8192
as callback.
- Click on the DOWNLOAD CLIENT CONFIGURATION button.
Place the downloaded file in ~/.config/sheet-sync/credentials.json
.
Usage
You can now run the sheet-sync
command with the following arguments:
- Speadsheet ID: the unique identifier of the source Google Sheet.
- Range: the cell range to use as a source (e.g.
Sheet1!A1:B6
).
- Template: the template file to use with the selected data.
- Output: the destination file for the output.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.