Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 980 Bytes

File metadata and controls

35 lines (18 loc) · 980 Bytes

Table of Contents

Although this tutorial does not follow a strict order as in a normal book, next you'll find all topics arranged in order of complexity.

However, if you already have some programming knowledge, you might be interested only in specific topics, so you can use Ctrl+F in your browser to search this table of contents.

Introductory Topics

Saying "Hello World" with a Macro on LibreOffice Calc

How are Macros organized in LibreOffice?

How to Run Macros? (To-do)

The Basic Language

Declaring Variables

Data Types (To-do)

Reading and Writing data from Sheets

Reading Data from Single Cells

Dealing with Cell Data Types

Reading Data from Multiple Cells

Working with Dialogs

(To-do)

Creating Extensions for Calc

(To-do)