Top "Exceldatareader" questions

Questions about ExcelDataReader, a .NET library for reading Microsoft Excel files.

Using ExcelDataReader to read Excel data starting from a particular cell

I am using ExcelDataReader to read data from my Excel workbook in C#. But structure of my Excel sheet is …

c# excel exceldatareader
Could not load file or assembly ICSharpCode.SharpZipLib... When using nuGet package ExcelDataReader

Error: Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' or one …

c# asp.net-mvc-3 nuget sharpziplib exceldatareader
VS Code C# - System.NotSupportedException: No data is available for encoding 1252

I am trying to use ExcelDataReader to read an .xls file on Ubuntu. I am using VS Code with C#. …

c# visual-studio-code xls exceldatareader
ExcelDataReader.AsDataSet not working

I'm using ExcelDataReader v.2.1. library to read both xls and xlsx files in my C# project. This way: FileStream stream = …

c# excel exceldatareader
uploading and reading from an excel file in asp.net core 2

previously Asp.Net MVC had this third party library which easily allowed uploading and reading from an excel file called …

asp.net-mvc excel asp.net-core-2.0 exceldatareader
Excel Data Reader Issues, column Names, and Sheet Selection

I am using Excel Data Reader to read some data in to an Entity Framework Database The code below is …

c# excel exceldatareader
Reading Excel xlsb files in C#

There is a new requirement for my project to read various types of Excel files. I am able to read .…

c# excel exceldatareader
C# error With ExcelDataReader

Recently I was trying to build an app that can read excel files. But just after I select the excel …

c# excel exceldatareader
Error for ExcelDataReader

I am doing a project in C# and I have downloaded ExcelDataReader from codeplex and added it to my project …

c# namespaces exceldatareader
Refresh external data in Excel 2010 while the file is open in the background but not in use

I am using Excel 2010 to query MS SQL databases and other Excel files to import data. I have set different …

excel excel-2010 excel-addins exceldatareader vba