Optimal way to Read an Excel file (.xls/.xlsx)

后端 未结 7 1681
一生所求
一生所求 2020-11-27 12:01

I know that there are different ways to read an Excel file:

  • Iterop
  • Oledb
  • Open Xml SDK

C

相关标签:
7条回答
  • 2020-11-27 12:37

    If you can restrict it to just (Open Office XML format) *.xlsx files, then probably the most popular library would be EPPLus.

    Bonus is, there are no other dependencies. Just install using nuget:

    Install-Package EPPlus
    
    0 讨论(0)
提交回复
热议问题