How to read Excel file using vb.net
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-04-19T02:43:31Z
Indexed on
2010/04/19
2:53 UTC
Read the original article
Hit count: 360
How to read excel file using vb.net..
I have a code to read the excel file but suddenly it crashes the output when I deleted some rows in excel file.. The deleted rows was also outputted in my coded program.
Can anyone help me on how to read excel file and ignore those deleted rows to avoid unexpected null output..
© Stack Overflow or respective owner