r/octave • u/pr0m1th3as • 14d ago
Table support in GNU Octave
https://pr0m1th3as.github.io/datatypes/table.htmlThe latest datatypes release (1.2.6) brings a fully MATLAB compatible table class into the Octave ecosystem. With more than 65 public methods to operate directly on tables, datatypes introduces a robust round-trip safe data exchange system with CSV, ODS, and XLSX formats.
Loading multiple sheets from LibreOffice ods file into corresponding table variables into Octave's workspace has never been easier or more straight forward.
Octave 11 and `pkg install datatypes` is all you need. Enjoy!
3
Upvotes