Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.5 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.5 KB

GNU Octave and LibreOffice Calc Link

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.

Requirements

GNU Octave
Microsoft Windows
LibreOffice

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

For usage please check provided examples.

License

Copyright (C) 2021 Miloš Petrašinović info@vazmfb.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.