Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 通过googlesheets访问SAS表_Google Sheets_Sas_Enterprise Guide - Fatal编程技术网

Google sheets 通过googlesheets访问SAS表

Google sheets 通过googlesheets访问SAS表,google-sheets,sas,enterprise-guide,Google Sheets,Sas,Enterprise Guide,我们使用SAS来管理数据,我们有一个每天更新的表 我们使用Google sheets创建一个仪表板 在这方面,我希望Google Sheets直接访问表并导入所有数据,而不是手动导入数据 有什么方法可以做到这一点吗?根据本页,Google sheets不允许直接导入SAS数据集: 但是,您可以将SAS程序作为批处理作业运行,以将SAS数据集导出为csv或其他受支持的格式之一,然后我认为您可以使用Google Apps脚本自动完成其余的导入,如下所示: 您现在如何手动导入数据?我认为谷歌没有能力

我们使用SAS来管理数据,我们有一个每天更新的表

我们使用Google sheets创建一个仪表板

在这方面,我希望Google Sheets直接访问表并导入所有数据,而不是手动导入数据


有什么方法可以做到这一点吗?

根据本页,Google sheets不允许直接导入SAS数据集:

但是,您可以将SAS程序作为批处理作业运行,以将SAS数据集导出为csv或其他受支持的格式之一,然后我认为您可以使用Google Apps脚本自动完成其余的导入,如下所示:


您现在如何手动导入数据?我认为谷歌没有能力读取SAS数据集。