Package contains: Framework for reading and interacting with Excel spreadsheets, including ExcelCell for cell representation and ExcelSheet for managing and extracting data from sheets. Utilizes OpenXML for efficient Excel file processing.
$ dotnet add package Oakrey.ExcelThe Excel project provides a framework for reading and interacting with Excel spreadsheets. It simplifies the process of extracting data from Excel files by offering classes to represent cells and sheets, leveraging the OpenXML SDK.
ExcelCell:
ExcelSheet:
Utilizes the OpenXML SDK to read Excel files, parse cell data, and manage shared string tables.
Includes error handling for null references and invalid operations, ensuring reliable data extraction.
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.Excel and click Install.Run the following command in your terminal:
dotnet add package Oakrey.Excel
Run the following command in your Package Manager Console:
Install-Package Oakrey.Excel
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.