Parsing an excel file and reading a cell

后端 未结 5 749
故里飘歌
故里飘歌 2021-01-16 16:22

I got an excel file. I have uploaded the screenshot. I need to write a .NET application (console application) to parse the excel file. You can see a cell titled \"Function N

5条回答
  •  爱一瞬间的悲伤
    2021-01-16 16:46

    Based on the Description on what you are trying to do you should really use LINQ to Ecxel plugin I think it simple way to solve your problem

    http://code.google.com/p/linqtoexcel/

提交回复
热议问题