But my need is to read Excel file's Col A and Col B in reverse direction.
And main condition is that Excel file is located on server.Not on same machin where i run program.
Hi
I want to read Excel file's Col A and Col B in reverse direction.
And main condition is that Excel file is located on server.
Plz help me.
Thanks & Regards
Question123
Was there some reason that your first post asking the exact same question wasn't good enough?
As to your question, I suggest you google Microsoft.Offic e.Interop.Excel to learn how to read from Excel sheets. Then reading backwards is as simple as counting down in a loop instead of up.
Excel on server containing daily data from 1984 to todays date. And if in my database i have data updated already just last 2-3 days data was not there as compaired to excel.
So i want to know used row count (i.e. rows having data) of Col A and Col B so i can read data from that end.(i.e. Reverse upto last 2-3 days ) and skip all other excel reading.
How to read excel in reverse Order located on server??
Hello
Excel on server containing daily data from 1984 to todays date. And if in my database i have data updated already. just last 2-3 days data was not there as compaired to excel.
So i want to know used row count (i.e. rows having data) of Col A and Col B so i can read data from that end.(i.e. Reverse upto last 2-3 days ) and skip all other excel reading.
Do NOT continue to double post your questions. This grinds my patience, something I have little enough of to begin with. There are posting guidelines for a reason.
Comment