Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Can you please add a feature to display a minimap of a smartsheet that can be scrolled over. Similar to sublime text's minimap feature. It would make navigating over large spreadsheets much easier.
Hello,
When you have a moment, please submit a Product Enhancement Request using the form under Quick links on the right of the community site to let our Product team know that you'd like to have this feature added to Smartsheet.
Hi We have a few automated python scripts that run on a VM at different cadences, typically every 8-12 hours. One of the functions of these scripts is to delete all the rows in specific sheets. This is done by iterating over the sheet in chunks of 70 rows at a time, and then calling …Sheets.delete_rows(…), etc. Lately, we…
The problem We manage a workspace with ~340 engineering projects, each in its own folder with a Master Data sheet. We use automated scripts (Python + SmartSheet API) to maintain phase-based reports that group these sheets dynamically — e.g. all projects in "Execution" phase in one report, all in "Backlog" in another.…
This morning around 7:50AM central, we started having some routine API calls to get a sheet get stuck. A response from Smartsheet never seems to be returned, but I do get this error from the call (I'm using Powershell) Invoke-RestMethod : upstream connect error or disconnect/reset before headers. reset reason: connection…