tealeg / xlsx

Go library for reading and writing XLSX files.
Other
5.81k stars 810 forks source link

colLimit function #735

Closed mauserzjeh closed 2 years ago

mauserzjeh commented 2 years ago

Large files can still cause a problem when you want to read all the lines but not all columns. With colLimit now there is a possibility to limit the reading to the set number of columns. Works similiarly to rowLimit, it will only read the amount of columns from the beginning.