Mix.Tasks.Gs.Fetch
Loads a Google spreadsheet and all worksheets in CSV format for the given document key.
Examples
mix gs.fetch -k 1k-N20RmT62RyocEu4-MIJm11DZqlZrzV89fGIddDzIs -d priv/data
Command line options
- -u, —url - Source URL to a published Spreadsheet, see README.md for more information.
- -d, —dir - Directory where to save all CSV files, relative to application root path.
Summary↑
run(args) | Callback implementation for |
Functions
Callback implementation for c:Mix.Task.run/1
.