Skip to content

Commit

Permalink
Update types.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
TimG1964 authored Oct 4, 2024
1 parent e0979b3 commit b189ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Implementations: SheetRowStreamIterator, WorksheetCache.
abstract type SheetRowIterator end

mutable struct SheetRowStreamIteratorState
zip_io::ZipFile.Reader
zip_io::ZipArchives.ZipReader
xml_stream_reader::EzXML.StreamReader
is_open::Bool # indicated if zip_io and xml_stream_reader are opened
row::Int # number of current row. It´s set to 0 in the start state.
Expand Down

0 comments on commit b189ea1

Please sign in to comment.