Exporting Excel to C#

前端 未结 6 858
青春惊慌失措
青春惊慌失措 2020-12-21 16:44

I have to port excel file which business guys are using to calculate final price to C# so I can later use this algorithm in Asp.Net application. This is something I will be

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-21 17:35

    You can't really create code from a spead-sheet. You rather want a .NET API that reads excel files. Of which there are a few. This is the one I use: http://exceldatareader.codeplex.com/

提交回复
热议问题