Migration Guides
Migrating Legacy Code to v0.8
Version v0.8
introduced a breaking change on methods XLSX.gettable
and XLSX.readtable
.
These methods used to return a tuple data, column_labels
. On XLSX v0.8
these methods return a XLSX.DataTable
struct that implements Tables.jl
interface.