Class ExcelLink: Difference between revisions

106 bytes added ,  21 January 2022
no edit summary
(Created page with "== 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...")
 
No edit summary
 
(2 intermediate revisions 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.microsoft.com/en-us/microsoft-365/excel Microsoft Excel for Microsoft 365 Version 2111].
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 ==
Line 19: Line 21:
== Discussion ==
== Discussion ==


Discussion about this class is avialable at [https://octave.discourse.group/t/control-microsoft-excel-from-gnu-octave/2094/7 Discourse].
Discussion about this class is available at [https://octave.discourse.group/t/control-microsoft-excel-from-gnu-octave/2094/7 Discourse].


== Author and Licensing ==
== Author and Licensing ==
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]]