Difference between revisions of "Documentation/DevGuide/Spreadsheets/Database Operations"
From Apache OpenOffice Wiki
< Documentation | DevGuide
m (1 revision(s)) |
OOoWikiBot (talk | contribs) m (FINAL VERSION FOR L10N) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
|NextPage=Documentation/DevGuide/Spreadsheets/Filtering | |NextPage=Documentation/DevGuide/Spreadsheets/Filtering | ||
}} | }} | ||
− | {{DISPLAYTITLE:Database Operations}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}} |
+ | {{DISPLAYTITLE:Database Operations}} | ||
<!--<idltopic>com.sun.star.sheet.DatabaseRange;com.sun.star.sheet.DatabaseRanges</idltopic>--> | <!--<idltopic>com.sun.star.sheet.DatabaseRange;com.sun.star.sheet.DatabaseRanges</idltopic>--> | ||
This section discusses the operations that treat the contents of a cell range as database data, organized in rows and columns like a database table. These operations are filtering, sorting, adding of subtotals and importing from an external database. Each of the operations is controlled using a descriptor service. The descriptors can be used in two ways: | This section discusses the operations that treat the contents of a cell range as database data, organized in rows and columns like a database table. These operations are filtering, sorting, adding of subtotals and importing from an external database. Each of the operations is controlled using a descriptor service. The descriptors can be used in two ways: | ||
Line 16: | Line 17: | ||
{{PDL1}} | {{PDL1}} | ||
− | [[Category: Spreadsheet Documents]] | + | |
+ | [[Category:Documentation/Developer's Guide/Spreadsheet Documents]] |
Latest revision as of 10:28, 14 May 2009
This section discusses the operations that treat the contents of a cell range as database data, organized in rows and columns like a database table. These operations are filtering, sorting, adding of subtotals and importing from an external database. Each of the operations is controlled using a descriptor service. The descriptors can be used in two ways:
- Performing an operation on a cell range. This is described in the following sections about the individual descriptors.
- Accessing the settings that are stored with a database range. This is described in the section about database ranges.
Content on this page is licensed under the Public Documentation License (PDL). |