Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/10.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
Postgresql 将Postgres数据导入Google电子表格_Postgresql_Google Apps Script_Google Sheets_Google Spreadsheet Api - Fatal编程技术网

Postgresql 将Postgres数据导入Google电子表格

Postgresql 将Postgres数据导入Google电子表格,postgresql,google-apps-script,google-sheets,google-spreadsheet-api,Postgresql,Google Apps Script,Google Sheets,Google Spreadsheet Api,我曾试图使用谷歌应用程序脚本实现这一点,但遗憾的是,应用程序脚本没有用于postgres的jdbc连接器。有人能帮我详细说明一下需要做些什么,才能在电子表格中获得postgres数据。如果你去看,上面说: “应用程序脚本可以通过JDBC连接到外部数据库 服务,围绕标准Java数据库连接的包装器 在应用程序脚本中,JDBC服务支持谷歌云 SQL、MySQL、Microsoft SQL Server和Oracle数据库。” 目前还没有提到PostgeSQL支持。如果你去看它,它会说: “应用程序脚本

我曾试图使用谷歌应用程序脚本实现这一点,但遗憾的是,应用程序脚本没有用于postgres的jdbc连接器。有人能帮我详细说明一下需要做些什么,才能在电子表格中获得postgres数据。

如果你去看,上面说:

“应用程序脚本可以通过JDBC连接到外部数据库 服务,围绕标准Java数据库连接的包装器 在应用程序脚本中,JDBC服务支持谷歌云 SQL、MySQL、Microsoft SQL Server和Oracle数据库。”

目前还没有提到PostgeSQL支持。

如果你去看它,它会说:

“应用程序脚本可以通过JDBC连接到外部数据库 服务,围绕标准Java数据库连接的包装器 在应用程序脚本中,JDBC服务支持谷歌云 SQL、MySQL、Microsoft SQL Server和Oracle数据库。”


目前未提及PostgeSQL支持。

Google app script只能连接到Google Cloud SQL、MySQL、Microsoft SQL Server和Oracle数据库。根据此链接,我认为在未来任何时候都不会支持此功能Google app script只能连接到Google Cloud SQL、MySQL、Microsoft SQL Server、,根据这个链接,我认为这个功能在将来的任何时候都不会被支持