extrame / xls

Pure Golang xls library
Apache License 2.0
331 stars 210 forks source link

Seek if reading the file contents is not entirely necessary #42

Open nbhargava opened 6 years ago

nbhargava commented 6 years ago

If the seek_size or phonetic_size end up being too large (i.e. 1MB in size), the byte array allocation request may block indefinitely. Since at these points, the data isn't needed, we can safely seek past them.