tutolibro.tech > LibreOffice
LibreOffice
This time we are going to create a new Range of Cells and fill it with the data stored in our tuple created in part 7. Here is the plan for this tutorial: Start with code from the previous chapter…
Read more
The topic for this episode of my LibreOffice Calc & Python Programming tutorial series is to get the data stored in a range of cells in LibreOffice. And we are going to do that using some very useful dedicated Pythons…
Read more
In this episode of my LibreOffice Calc & Python Programming tutorial series I am going to talk about the different types of data stored in a LibreOffice cell, and what type to use in the Python code to keep the…
Read more
This episode of my LibreOffice Calc & Python Programming tutorial is an annex to the normal series. In this article I am going to show you a quick way to execute your python scripts.The idea is simple: you assign a…
Read more
In this episode of my LibreOffice Calc & Python Programming tutorial series I am going to show how to display a text message in a pop-up window. To do that you need to import the module msgbox that will allow…
Read more
In this episode of my LibreOffice Calc & Python Programming tutorial series I am going to show a quick way to display text in order to watch some variables or to debug programs. Display text with the console Sometimes (actually…
Read more
This episode of my LibreOffice Calc & Python Programming tutorial is a bit special. It is not about coding python scripts for LibreOffice, yet it is to learn a really useful method to track the different versions of your programs.We…
Read more
In this episode of my LibreOffice Calc & Python Programming tutorial, we are going to use a simple Python loop to write numbers in a range of cells. Here is the plan for this part 3 of the tutorial: Create…
Read more
In this episode of my LibreOffice Calc & Python Programming tutorial, we are going to write our first Python Macro that will write ‘Hello World’ in cell A1 of a LibreOffice Calc document. How exciting is that!?! Here is the…
Read more
I am finally starting to write this tutorial. Thanks for your patience, and thanks to Nukool for your comment, it really gave me motivation to write this course. In this Part 1 of LibreOffice Calc & Python programming tutorial we…
Read more