String Processing in LibreOffice Calc Macro with Examples
This tutorial will show how to do various common string processing using macro in LibreOffice.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
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 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
This tutorial will show how to open a file selection dialog in LibreOffice, OpenOffice using Macro. File selection dialog is used to select single/multiple file(s)...3 min
This tutorial will cover on how to create a basic LibreOffice Dialog and adding various controls such as TextBox. Also it covers on how to...4 min
This LibreOffice Macro Tutorial will search for data in cells like VLOOKUP function and the result will be stored in a different cells. This problem...1 min
This tutorial will show how to save a LibreOffice Calc sheet directly as a pdf file using basic macro. In many automation task this simple...2 min
In many automation tasks we need to access spreadsheet using range to reduce processing time. One can access each cells using “row, column” way which...3 min
This tutorial will use the form controls such as a button inside LibreOffice Calc spreadsheet and assign a macro which will fire when the button...2 min