Skip to content

Cannot iterate over ExcelFile #22

@simonbyrne

Description

@simonbyrne
t = load(filename, sheet)
for row in t
   @show row
end

gives

ERROR: MethodError: no method matching iterate(::ExcelFiles.ExcelFile)
Closest candidates are:
  iterate(::Core.SimpleVector) at essentials.jl:589
  iterate(::Core.SimpleVector, ::Any) at essentials.jl:589
  iterate(::ExponentialBackOff) at error.jl:171
  ...
Stacktrace:
 [1] top-level scope at ./none:0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions