App that exports a given worksheet from a Google Sheet. Uses OAuth2 to access private documents.
- Copy App.config.example to App.config and edit it.(Instructions are included in the example.)
- Open the solution with Visual Studio and switch the build configuration to Release.
- Build and Run.
...or you can just download the execution file from release.
Usage: greet [OPTIONS]+ message
Greet a list of individuals with an optional message.
If no message is specified, a generic greeting is used.
Options:
-i, --input=VALUE Config file path.(Not App.config.)
-o, --output=VALUE Output directory path.
-h, --help show this message and exit
GoogleSpreadSheetExporter.exe -i input.example -o ./output/
Output path must be a directory.