I want to read the value of specific cell in excel by passing cell address as A5,B5 using open xml
There is below code in excel buffer table to read worksheet sequentially only .
I don't want to read whole worksheet into buffer and filter on buffer because excel file is very big and It takes long time to load into buffer.