Difference between revisions of "Documentation/BASIC Guide/Spreadsheets"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:Spreadsheets}}
 
{{Documentation/BASICGuideTOC/v2
 
{{Documentation/BASICGuideTOC/v2
 
|ShowPrevNext=block
 
|ShowPrevNext=block
 
|ShowPrevPage=block
 
|ShowPrevPage=block
|PrevPage=Documentation/BASIC Guide/More Than Just Text
+
|PrevPage=Documentation/BASIC Guide/More Than Text
 
|NextPage=Documentation/BASIC Guide/Structure of Spreadsheets
 
|NextPage=Documentation/BASIC Guide/Structure of Spreadsheets
 
|spread=block
 
|spread=block
}}<!-- {{DISPLAYTITLE:Spreadsheets -->
+
}}
 
+
{{OOo}} Basic provides an extensive interface for program-controlled creation and editing of spreadsheets. This chapter describes how to control the relevant services, methods and properties of spreadsheet documents:
+
{{AOo}} Basic provides an extensive interface for program-controlled creation and editing of spreadsheets. This chapter describes how to control the relevant services, methods and properties of spreadsheet documents:
  
 
* [[Documentation/BASIC Guide/Structure of Spreadsheets|The Structure of Spreadsheets]]
 
* [[Documentation/BASIC Guide/Structure of Spreadsheets|The Structure of Spreadsheets]]
Line 16: Line 17:
 
The second section concentrates on how to edit spreadsheets efficiently by focusing on cell areas and the options for searching and replacing cell contents.
 
The second section concentrates on how to edit spreadsheets efficiently by focusing on cell areas and the options for searching and replacing cell contents.
  
{{Documentation/Note|The <tt>Range</tt> object allows you to address any table area and has been extended in the new API.}}
+
{{Documentation/SO5note|The <tt>Range</tt> object allows you to address any table area and has been extended in the new API.}}
  
 +
 +
{{InterWiki Languages BasicGuide|articletitle=Documentation/BASIC Guide/Spreadsheets}}
 
{{PDL1}}
 
{{PDL1}}

Latest revision as of 14:59, 27 January 2021


Apache OpenOffice Basic provides an extensive interface for program-controlled creation and editing of spreadsheets. This chapter describes how to control the relevant services, methods and properties of spreadsheet documents:

The first section addresses the basic structure of spreadsheet documents and shows you how to access and to edit the contents of individual cells.

The second section concentrates on how to edit spreadsheets efficiently by focusing on cell areas and the options for searching and replacing cell contents.

Documentation note.png StarOffice 5 : The Range object allows you to address any table area and has been extended in the new API.


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools