This tool backs up a SmartSheet including the history of each cell and stores the output in a JSON file
2. smartsheet-python-sdk (depends on requests, requests-toolbelt, six, python-dateutil, certifi, urllib3, idna - these will be installed during pip install)
Just clone this repo.
export SMARTSHEET_ACCESS_TOKEN="your access token"
python3 smartsheets-backup.py --sheet-name="some smartsheet name" --backup-dir="backup directory"
The tool creates a JSON back up of the SmartSheet in the designated directory together with a log file. The SmartSheet backup file includes the history of each cell.