Write Your First Python Macro in LibreOffice
This article explains how to set up LibreOffice for Python macro and helps you to write your first Python macro in LibreOffice Calc and Writer.4 min
This article explains how to set up LibreOffice for Python macro and helps you to write your first Python macro in LibreOffice Calc and Writer.4 min
This article demonstrates how to process/read individual files and directories in the Unix file system using Basic and LibreOffice Calc Macro and put the file...2 min
This tutorial explains how to delete contents from cells or ranges in LibreOffice Calc using macro.2 min
This tutorial explains the basic date and time processing in basic macro in LibreOffice Calc.2 min
In this tutorial, you will learn how to access the workbook, worksheet and Cell contents using LibreOffice Calc basic macros.3 min
A simple guide for you to learn how to debug LibreOffice basic macro using breakpoint and watch.3 min
Planning to automate stuff in LibreOffice? Start writing your first LibreOffice Calc macro using this guide.3 min
This tutorial will show how to do various common string processing using macro in LibreOffice.3 min
A simple program to show you how you can export range from LibreOffice as pdf using macro.3 min
Many times, it is needed to have a quick button on the Calc sheet itself and perform some tasks or run a macro when the...3 min
This tutorial will show you how to change command button properties at run time.3 min
This tutorial will share the basic idea of LibreOffice Macro file structures and organizations which can be used to export or share LibreOffice Macro as...4 min
This tutorial will show how to select a part of text and how to read the selected text from a TextBox control in LibreOffice using...2 min
This tutorial will show how to default a string, insert a string at runtime, reading the string from a TextField control using Basic macro.2 min
This tutorial will show how to get the human readable address of selected cells and ranges using basic macro.2 min
This is the second part of tutorial series of ‘Working with forms controls in LibreOffice/OpenOffice Calc’. First part can be found here. In the first...4 min