将 Excel 连接到 AWS Postgresql 数据库
我正在尝试将数据从 AWS postgresql 数据库获取到 Excel 中,但我真的很挣扎。当我选择从 postgresql 获取数据时,它抱怨缺少我下载并安装的附加组件,但仍然存在同样的问题。 我尝试使用 ODBC 连接器,但我不知道如何使用它,并且经过多次尝试,我仍然没有得到正确的结果。 我不知道该怎么做。我目前使用 Dbeaver 连接到该数据库,但这并不理想。 我能够使用 Excel 连接到 Teradata。
我什至不知道我需要在这里提供什么其他信息
I am trying to get data from an AWS postgresql db into Excel and I am really struggling. When I select get data from postgresql it complains about missing additional components which I downloaded and installed but still the same issue.
I tried to use and ODBC connector but I have no idea how to use it and with many tries I still didn't get it right.
I have zero idea what to do. I currently connect to this db using Dbeaver, but thats not ideal.
I am able to connect to teradata using excel.
I dont even know what other info i need to provide here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能会发现先将相关数据下载到制表符分隔值 (TSV) 或逗号分隔值 (CSV) 文件,然后将其导入 Excel 可能比尝试连接到 ODBC 更容易处理。
几乎每个数据库客户端都支持导出为 CSV,并且大多数还支持 TSV。 Excel 确实擅长 导入此类文件。
You may find downloading the relevant data to a tab-separated value (TSV) or a comma-separated value (CSV) file first and then importing that into Excel might be easier to deal with than trying to hook into ODBC.
Almost every database client supports export to CSV and most also support TSV. Excel is really good at importing these kinds of files.