来自数据库的数据实时更新
Data from database updating live
我正在使用 LibreOffice 5.1 和 PostgreSQL 9.5。我需要从数据库中获取数据 table 并在 Calc 中可用,并且 Calc 中的这些数据应该在基础数据库数据更改时更新。
我已经使用 LibreOffice Base 注册了数据库。我不知道下一步该怎么做。我见过 this tutorial 但按 F4 不起作用。
菜单命令是View -> Data Sources
。在我的系统上,LibreOffice 中的组合键是 Ctrl+Shift+F4,而在 Apache OpenOffice 中是 F4.
编辑:(回应您的评论)
刷新工具栏按钮仅用于数据源 window。根据您链接的 Villeroy 说明:
Refresh the imported range: Click a single cell in the imported range, call menu:Data>Refresh...
在 LibreOffice 中,菜单命令是 Data -> Refresh Range
。
我正在使用 LibreOffice 5.1 和 PostgreSQL 9.5。我需要从数据库中获取数据 table 并在 Calc 中可用,并且 Calc 中的这些数据应该在基础数据库数据更改时更新。
我已经使用 LibreOffice Base 注册了数据库。我不知道下一步该怎么做。我见过 this tutorial 但按 F4 不起作用。
菜单命令是View -> Data Sources
。在我的系统上,LibreOffice 中的组合键是 Ctrl+Shift+F4,而在 Apache OpenOffice 中是 F4.
编辑:(回应您的评论)
刷新工具栏按钮仅用于数据源 window。根据您链接的 Villeroy 说明:
Refresh the imported range: Click a single cell in the imported range, call menu:Data>Refresh...
在 LibreOffice 中,菜单命令是 Data -> Refresh Range
。