Reputation: 8003
I'm trying to read the cells into an excel file without using ole db, 'cause I can't create the data into the excel (the excel file comes from my client and I can't modify...)
how can I do? thanks
Upvotes: 0
Views: 1951
Reputation: 1585
Don't understand your question. But maybe NPOI can help.
Upvotes: 1
Reputation: 3354
Use interop library for excel. you should define a workbook and a worksheet then a range and read all cells in that range so easy...
workbook
worksheet
range
Reputation: 2919
Try looking at the answer of this question - hopefully that will help you..
Reading Excel files from C#
Upvotes: 3