Skip to content

VAZMFB/GNU-Octave-CalcLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.