You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Called load(file, sheetName) and get the following warning on 1.1.0:
┌ Warning: `getindex(o::PyObject, s::Symbol)` is deprecated in favor of dot overloading (`getproperty`) so elements should now be accessed as e.g. `o.s` instead of `o[:s]`.
│ caller = getiterator(::ExcelFiles.ExcelFile) at ExcelFiles.jl:115
└ @ ExcelFiles C:\Users\artto\.julia\packages\ExcelFiles\rnqJh\src\ExcelFiles.jl:115