Skip to content

GNU Octave class for communication with Microsoft Excel program.

License

Notifications You must be signed in to change notification settings

VAZMFB/GNU-Octave-ExcelLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNU Octave and Microsoft Excel Link

GNU Octave class ExcelLink makes it possible to communicate with and control the Microsoft Excel 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 Microsoft Excel.

Requirements

GNU Octave
Microsoft Windows
Microsoft Excel

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

Provided code is tested with GNU Octave 6.4.0, Microsoft Excel for Microsoft 365 Version 2111 and Windows 10 20H2.

Usage

For usage please check provided examples.

License

Copyright (C) 2022 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/.