ahmedwalid05 / FastExcel

Fast Excel Reading and Writing in .Net
MIT License
335 stars 98 forks source link

Defined Names doesn't seem to work #49

Open o-o00o-o opened 4 years ago

o-o00o-o commented 4 years ago

Hi guys, not sure if I'm doing something wrong - docs don't seem to cover this

image

doing this through powershell so I can interact with it easily while I'm playing

GetCellRangesByDefinedName for "AllColumns" "PatternName" or "Readme" returns null

what am I missing? Really need to use the Defined Names to find the correct ranges in my spreadsheet so I can access simply

mrjono1 commented 4 years ago

only basic support of defined names is currently implement, you are welcome to implement more advanced usage