C
canodabasioglu
I need to read an excel file and like others, I use Jakarta POI APi for
this purpose.
But the problem is that I have to know number of cells those contain
data before starting
the read so that I can stop reading when there is no more data. Null
check is not of use
because there may be blank cells among cells containing data.
Can you guide me the proper way of using POI that can solve my problem.
Thanks in advance.
Can Odabasioglu
this purpose.
But the problem is that I have to know number of cells those contain
data before starting
the read so that I can stop reading when there is no more data. Null
check is not of use
because there may be blank cells among cells containing data.
Can you guide me the proper way of using POI that can solve my problem.
Thanks in advance.
Can Odabasioglu