ToucanToco / fastexcel

A Python wrapper around calamine
http://fastexcel.toucantoco.dev/
MIT License
82 stars 4 forks source link

usecols - don't require full range #232

Open noctuid opened 2 months ago

noctuid commented 2 months ago

I want to be able to e.g. read all columns after A. There is not skipcols, and usecols requires a start and end to the range. I'd like to be able to do something like usecols="B:".