A simple cli to upload hours to a Wrike task from an Excel (xlsx) spreadsheet
Generate and store your Wrike API token in a safe place https://developers.wrike.com/documentation/oauth2#skipoauth ('Permanent access token' section)
Download the latest binary for your architecture and be sure to make it executable
For example: ~/Downloads> chmod +x wriked-macOS-amd64
./wriked-macOS-amd64 -a <your_api_token> -f ~/Downloads/TimeSheet-August\ 2018.xlsx
# Filenames with spaces need to be escaped
-a string
Get Dangerous with your Wrike API Token
-f string
Excel file containing hours to upload to Wrike
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.