LIBREOFFICE CALC PROGRAMMING



AD

Preface to LibreOffice Calc programming

You will be ready for engineering programming after completing this tutorial. Section 12.4 concludes the first part of this tutorial with a bubble sort sample program. It combines many of the elements described in the first part of the manual. It includes, variables, loops, if statements, lists, and functions.

Table of Contents

Chapter 1 - Introduction to LibreOffice Calc Programming Chapter 2 - LibreOffice Calc Basic Loops Chapter 3 - LibreOffice Calc Basic If Statements Chapter 4 - LibreOffice Calc Basic Functions vs. Worksheet Formulas & Functions Chapter 5 - LibreOffice Calc Subroutines and Functions Chapter 6 - Read Data from and Write data to a Worksheet from Basic Code Window Chapter 7 - LibreOffice Calc Basic programming operators Chapter 8 - LibreOffice Calc Basic Built-In Functions Chapter 9 - Built-In Basic Functions: Exponential form of Decimals, Log Base 10, Log Bse E, Trigonometric Functions, Format Chapter 10 - LibreOffice Calc Basic Debugging Chapter 11 - Running Macro Subroutines from the Worksheet Chapter 12 - More Example Calc Basic Programs Chapter 13 - Calc Worksheet Functions and Formulas Chapter 14 - Make a Custom Function from an Existing Function Chapter 15 - Screenshot of Calc Basic Help Page



theSurfDragon.com


Calc Navigation

Table of Contents
Ch1-Introduction
Ch2-Loops
Ch3-If Statements
Ch4-Functions
Ch5-Subs & Functions
Ch6-Read & Write
Ch7-Operators
Ch8-Built-in Functions
Ch9-Built-in Examples
Ch10-Debugging
Ch11-Running Subs
Ch12-Sample Programs
Ch13-WS Formulas
Ch14-WS Functions
Ch15-Calc Help Page