stephperk / smartsheet-api-dev

Custom scripts pertaining to the Smartsheet API using requests, smartsheet-python-sdk, pyodbc, et al.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smartsheet-api-dev

Custom scripts pertaining to the Smartsheet API using requests, smartsheet-python-sdk, pyodbc, et al.

The scripts in this repo are primarily freelance work that I have performed for clients. It includes:

ss_to_mssql.py

csv_ss_update.py

  • Another dynamic script for a client who wanted to automate updates from a 56,000 row csv file to different sheets.
  • Script finds matches based on uniquely-identifiable value (SKU), updates two values (QOH and Priority), and finally stamps the row with the date at which the row was updated.

ss_custom_func.py

  • Some basic interactions with the Smartsheet API using the smartsheet-python-sdk.
  • This is a nice file to look over if you are new the the API.

archiving.py

  • In development; a script that will automate the archival process for a client based on cell values.

About

Custom scripts pertaining to the Smartsheet API using requests, smartsheet-python-sdk, pyodbc, et al.


Languages

Language:Python 100.0%