简体   繁体   English

自动将数据从Smartsheet提取到excel的最有效方法是什么?

[英]What is the most efficient way to automate data fetching from smartsheet to excel?

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. 没有太多数据,因此考虑将其保存在excel工作簿中,但也可以使用SQL来完成,只要效果更好。

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. 您可以使用GET /sheets/{sheetId}端点和Accept标头将工作表下载到CSV或XLSX文件,如此处所述: http : GET /sheets/{sheetId} as-excel-pdf-csv然后由您决定导入Excel或SQL Server。

There is also an ODBC connector: https://www.smartsheet.com/apps/smartsheet-odbc 还有一个ODBC连接器: https : //www.smartsheet.com/apps/smartsheet-odbc

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Excel 中,查找和复制/粘贴列中不连续数据的最有效方法是什么? - In Excel what is the most efficient way to find and copy/paste noncontiguous data in columns? 使用python从excel获取信息然后粘贴到html表的最有效方法是什么 - What is the most efficient way to get information from excel using python and then paste to html table Excel VBA中引用相邻单元格的最有效方法是什么? - What is the most efficient way in Excel VBA to reference adjacent cells? 在VBA(excel)中循环遍历行的最有效/最快捷的方法是什么? - What is the most efficient/quickest way to loop through rows in VBA (excel)? 使用 c# 中的 Excel 互操作从多个.xlsx 文件中提取数据的最有效方法? - Most efficient way to extract data from multiple .xlsx files using Excel Interop in c#? 从R到excel导出列联表的最有效方法 - most efficient way to export contingency table from R to excel 从一个工作簿获取数据并添加到另一工作簿的最有效方法是什么 - What is the most efficient way to take data from one workbook and add to another workbook 在两个Excel工作簿之间自动进行数据连接的最佳方法是什么? - What is the best way to automate a data connection between two Excel workbooks? 用Excel创建比较表的最有效方法? - Most efficient way to create a comparative table with Excel? 确定Excel VBA数组中三个元素中的任何两个是否相同的最有效方法是什么? - What is the most efficient way to determine if any two of three elements in an Excel VBA array are identical?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM