There is not too much data so considering keeping it in an excel workbook, but can also do it with SQL whichever could work better.
Thanks!
There is not too much data so considering keeping it in an excel workbook, but can also do it with SQL whichever could work better.
Thanks!
You can download a sheet to a CSV or XLSX file using the GET /sheets/{sheetId}
endpoint and an Accept
header as documented here:http://smartsheet-platform.github.io/api-docs/#get-sheet-as-excel-pdf-csv
Then it's up to you to import into Excel or SQL server.
There is also an ODBC connector: https://www.smartsheet.com/apps/smartsheet-odbc