ghiboz
ghiboz

Reputation: 8003

c# read excel file

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

Answers (3)

Jason Li
Jason Li

Reputation: 1585

Don't understand your question. But maybe NPOI can help.

Upvotes: 1

Dr TJ
Dr TJ

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...

Upvotes: 0

Aim Kai
Aim Kai

Reputation: 2919

Try looking at the answer of this question - hopefully that will help you..

Reading Excel files from C#

Upvotes: 3

Related Questions