How to read Excel file using vb.net
- by Mark
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..