could not load file or assembly 'System.Text.Encoding.CodePages' in ExcelDataReader

前端 未结 0 1793
不知归路
不知归路 2021-02-13 21:14

I have some code that retrieves a excel file and puts into a datatable. like this.

Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
using(var stream         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题