237
edits
(Created page with "= Class CalcLink = == GNU Octave and LibreOffice Calc Link == GNU Octave class CalcLink makes it possible to communicate with and control the LibreOffice Calc program from G...") |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== GNU Octave and LibreOffice Calc Link == | == GNU Octave and LibreOffice Calc Link == | ||
Line 13: | Line 11: | ||
== Requirements == | == Requirements == | ||
Provided code is tested with GNU Octave 6.4.0 | Code relies on ActiveX which is available only on Windows operating systems. | ||
Provided code is tested with GNU Octave 6.4.0, [https://www.libreoffice.org/ LibreOffice 7.2.4] and Windows 10 20H2. | |||
== Usage == | == Usage == | ||
Line 33: | Line 33: | ||
Distributed under the GNU General Public License v3.0 or later license. | Distributed under the GNU General Public License v3.0 or later license. | ||
[[Category:User | [[Category:User Contributed Code]] |