tutolibro.org > LibreOffice
LibreOffice
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
Let’s get started with LibreOffice Calc & Python programming: Software LibreOffice You will of course need LibreOffice, you can download the latest version here.LibreOffice is shipped with a PyUNO bridge. This bridge binds its components with the Python language. It…
Read more
I am very exited to start new series of articles to help you with learning new skills. This tutorial is for you if you want to use LibreOffice Calc more productively. It is also for those who want to learn…
Read more
This is the final part of this tutorial. We are going to put some colors and a larger font just to make our activity plan a bit more attractive to the eye. So let’s now make our sheet named ‘Now!’…
Read more
This is the part number 9 of my LibreOffice Tutorial to learn about simple useful formulas and a tiny bit of macro to make a simple daily agenda. We are now nearly at the end of this LibreOffice tutorial series,…
Read more
This is the part number 8 of my LibreOffice Tutorial to learn about simple useful formulas and a tiny bit of macro to make a simple daily agenda. In this part 8 of the tutorial we are going to use…
Read more
This is the part number 7 of my LibreOffice Tutorial to learn about simple useful formulas and a tiny bit of macro to make a simple daily agenda. This time we are finally going to do our very first and…
Read more