Pinned Repositories
Core-Fundamentals-of-Web-Development
python-read-write-sheet
Python sample application that loads a sheet, updates selected cells, and saves the results
smartsheet-hooks
Express server which listens to changes on a smartsheet via webhooks and updates online sheets via the Smartsheet API
smartsheet-picker-angularjs
A Smartsheet Picker directive for AngularJS
smartsheet-python_webhook
Uses Smartsheet API (webhooks) and Google Cloud Functions to find and correct formulas that do not copy down in sheets
smartsheet-webhook
A minimal-ish serverless handler for Smartsheet webhooks using AWS API Gateway
SmartsheetQRLabelMaker
If you use Smartsheet, have Excel, and happen to have a label printer then this may be of use to you. This script takes identifying cells from a row and uses that information to create labels and generate QR codes. You put the number of labels you want to create into a column named label then save the sheet. Then you activate the script and it takes that number and makes that many sub rows and creates labels and QR codes for each. Each sub row is marked with its corresponding number in the sequence. If you are familiar with powershell and smartsheet you should be able to manipulate this script to work for you in the ways you want and then BOOM, you have a little product tracking system with Smartsheets built in bar code scanning function. The only slight problem I have with this script is the COM objects work differently in different environments and will occasionally ignore the $excel.visible = $false parameter which slows down the process a bit.
smartSheets
Scalable and Responsive CallSheets for physical production scheduling
SmartsheetToSQL-Powershell
Smartsheet to SQL PowerShell scripts
SSAPI-101
Basic Smartsheet API Examples
thd-bburrets's Repositories
thd-bburrets/Core-Fundamentals-of-Web-Development
thd-bburrets/python-read-write-sheet
Python sample application that loads a sheet, updates selected cells, and saves the results
thd-bburrets/smartsheet-hooks
Express server which listens to changes on a smartsheet via webhooks and updates online sheets via the Smartsheet API
thd-bburrets/smartsheet-picker-angularjs
A Smartsheet Picker directive for AngularJS
thd-bburrets/smartsheet-python_webhook
Uses Smartsheet API (webhooks) and Google Cloud Functions to find and correct formulas that do not copy down in sheets
thd-bburrets/smartsheet-webhook
A minimal-ish serverless handler for Smartsheet webhooks using AWS API Gateway
thd-bburrets/SmartsheetQRLabelMaker
If you use Smartsheet, have Excel, and happen to have a label printer then this may be of use to you. This script takes identifying cells from a row and uses that information to create labels and generate QR codes. You put the number of labels you want to create into a column named label then save the sheet. Then you activate the script and it takes that number and makes that many sub rows and creates labels and QR codes for each. Each sub row is marked with its corresponding number in the sequence. If you are familiar with powershell and smartsheet you should be able to manipulate this script to work for you in the ways you want and then BOOM, you have a little product tracking system with Smartsheets built in bar code scanning function. The only slight problem I have with this script is the COM objects work differently in different environments and will occasionally ignore the $excel.visible = $false parameter which slows down the process a bit.
thd-bburrets/smartSheets
Scalable and Responsive CallSheets for physical production scheduling
thd-bburrets/SmartsheetToSQL-Powershell
Smartsheet to SQL PowerShell scripts
thd-bburrets/SSAPI-101
Basic Smartsheet API Examples
thd-bburrets/WebDev1
WebDevelopmentFundamentals (JQuick 1)