Class CalcLink: Difference between revisions

From Octave
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
== Requirements ==
== Requirements ==


Provided code is tested with GNU Octave 6.4.0 and [https://www.libreoffice.org/ LibreOffice 7.2.4].
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 31: 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 Codes]]
[[Category:User Contributed Code]]

Latest revision as of 20:07, 21 January 2022

GNU Octave and LibreOffice Calc Link[edit]

GNU Octave class CalcLink makes it possible to communicate with and control the LibreOffice Calc program from GNU Octave, including reading and writing operations but also formatting. This way it is possible to create well-formatted tabular reports from GNU Octave using LibreOffice Calc.

CalcLink.png

Source Code[edit]

Source code for this class is available at: github.com/VAZMFB/GNU-Octave-CalcLink

Requirements[edit]

Code relies on ActiveX which is available only on Windows operating systems.

Provided code is tested with GNU Octave 6.4.0, LibreOffice 7.2.4 and Windows 10 20H2.

Usage[edit]

For usage please check provided examples.

Discussion[edit]

Discussion about this class is available at Discourse.

Author and Licensing[edit]

Author: Miloš Petrašinović <mpetrasinovic@mas.bg.ac.rs>

VAZMFB.COM

Department of Aerospace Engineering, Faculty of Mechanical Engineering, University of Belgrade

Distributed under the GNU General Public License v3.0 or later license.