mirror of
https://github.com/pbnjay/grate.git
synced 2025-01-19 04:48:08 +02:00
don't forget the first row
This commit is contained in:
parent
41ac03347f
commit
1c0ac5b92c
@ -27,6 +27,7 @@ func (b *WorkBook) Get(sheetName string) (*WorkSheet, error) {
|
||||
ss := b.pos2substream[int64(s.Position)]
|
||||
ws := &WorkSheet{
|
||||
b: b, s: s, ss: ss,
|
||||
iterRow: -1,
|
||||
}
|
||||
return ws, ws.parse()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user