I have a grid that is set up as A1, A2, B1, B2, B3 etc. Rows run from A...Z and also AA to KG and the columns range from 1 to 1000.
Thanks to @Jim K in LibreOffice Draw -add hyperlinks based on query table we can add the hyperlinks from 1 to 1000…
I would like read information of document file.
Ex. doc.odt file
David
12.13
OO
I want to edit information below
David --> DAVID
12.13 --> 12.14
OO --> OpenO
and export list edit information to text file
Ex. changes.txt…
I'm trying to calculate F-scores (using the formula 2 * a * b / (a + b)) in OpenOffice.org Calc, and would like a and b to be the previous two cells in the same row.
My problem is that while trying to define a function in OpenOffice.org Basic, I get…
I'm trying to create a rudimentary glossary macro for a LibreOffice/OpenOffice .odt file.
It will go to the end of the document and paste a list of selected words(found by regex) as a unique set (no doubles)
Where I'm falling down is that once the…