Reading data from Excel sheet using entity framework

前端 未结 4 655
既然无缘
既然无缘 2021-01-14 04:40

We have some info that is contained within an excel sheet. the excel sheet contains two columns; customer name + customer balance. Now I need to display this info inside my

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-14 05:17

    You can use LinqToExcel , this provides normal linq structure to query excel sheets

提交回复
热议问题