Javascript: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "Google sheets can be scripted with Javascript to add functionality and automation to spreadsheets. https://www.youtube.com/watch?v=bMjWdz_Hi_Q https://developers.google.com/...")
 
No edit summary
 
Line 1: Line 1:
=Libreoffice=
In fact, in LibreOffice/OpenOffice, one can use Basic, Python, Java and JavaScript. Macros can be embedded in documents and triggered from certain actions in the document.
Running JavaScript macros in LibreOffice - [https://webodf.org/blog/2012-04-13.html#:~:text=In%20fact%2C%20in%20LibreOffice%2FOpenOffice,certain%20actions%20in%20the%20document.]
=Google Sheets=
Google sheets can be scripted with Javascript to add functionality and automation to spreadsheets.
Google sheets can be scripted with Javascript to add functionality and automation to spreadsheets.



Latest revision as of 23:16, 11 October 2020

Libreoffice

In fact, in LibreOffice/OpenOffice, one can use Basic, Python, Java and JavaScript. Macros can be embedded in documents and triggered from certain actions in the document.

Running JavaScript macros in LibreOffice - [1]

Google Sheets

Google sheets can be scripted with Javascript to add functionality and automation to spreadsheets.

https://www.youtube.com/watch?v=bMjWdz_Hi_Q

https://developers.google.com/apps-script/guides/sheets#:~:text=Google%20Apps%20Script%20lets%20you,Calendar%2C%20Drive%2C%20and%20Gmail.