Class ExcelLink: Difference between revisions
Line 11: | 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.microsoft.com/en-us/microsoft-365/excel Microsoft Excel for Microsoft 365 Version 2111] and Windows 10 20H2. | |||
== Usage == | == Usage == |
Revision as of 09:13, 17 January 2022
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.
Source Code
Source code for this class is available at: github.com/VAZMFB/GNU-Octave-ExcelLink
Requirements
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.
Discussion
Discussion about this class is available at Discourse.
Author and Licensing
Author: Miloš Petrašinović <mpetrasinovic@mas.bg.ac.rs>
Department of Aerospace Engineering, Faculty of Mechanical Engineering, University of Belgrade
Distributed under the GNU General Public License v3.0 or later license.