About 33,000 results
Open links in new tab
  1. GitHub - ExcelDataReader/ExcelDataReader: Lightweight and fast …

    Lightweight and fast library written in C# for reading Microsoft Excel files - ExcelDataReader/ExcelDataReader

  2. Releases · ExcelDataReader/ExcelDataReader - GitHub

    Lightweight and fast library written in C# for reading Microsoft Excel files - Releases · ExcelDataReader/ExcelDataReader

  3. ExcelDataReader/README.md at develop - GitHub

    As of ExcelDataReader version 3.0, the project was split into multiple packages: Install the ExcelDataReader base package to use the "low level" reader interface.

  4. MarkPflug/Sylvan.Data.Excel - GitHub

    ExcelDataReader provides readonly, row by row, forward-only access to the data. It provides a familiar API via DbDataReader, which is ideal for accessing rectangular, tabular data sets. It …

  5. Packages · ExcelDataReader/ExcelDataReader · GitHub

    Lightweight and fast library written in C# for reading Microsoft Excel files - Packages · ExcelDataReader/ExcelDataReader

  6. EzraRajendran/ExcelDataReader_using_c- - GitHub

    As of ExcelDataReader version 3.0, the project was split into multiple packages: Install the ExcelDataReader base package to use the "low level" reader interface.

  7. ExcelDataReader/src/ExcelDataReader/IExcelDataReader.cs at …

    Lightweight and fast library written in C# for reading Microsoft Excel files - ExcelDataReader/src/ExcelDataReader/IExcelDataReader.cs at develop · …

  8. Releases · ExcelDataReader/ExcelDataReader · GitHub

    Lightweight and fast library written in C# for reading Microsoft Excel files - Releases · ExcelDataReader/ExcelDataReader

  9. ExcelFileReader Project - GitHub

    This project is an ASP.NET Core MVC 7 application designed to demonstrate how to use the ExcelDataReader NuGet package to read Excel files. The application allows users to upload …

  10. Unable to load XLS file - "Invalid file signature ... - GitHub

    Nov 15, 2018 · ExcelDataReader expects BIFF version to be 0x500 or 0x600, and would fail because the header has 0. It's possible to use a hex editor to modify the header of an existing …