An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.excel.util

Provides methods for reading and writing Excel files using strongly-typed objects with automatic property mapping and basic type conversion
https://github.com/soenneker/soenneker.excel.util

csharp dotnet excel excelutil office spreadsheet util utility

Last synced: about 1 month ago
JSON representation

Provides methods for reading and writing Excel files using strongly-typed objects with automatic property mapping and basic type conversion

Awesome Lists containing this project

README

        

[![](https://img.shields.io/nuget/v/soenneker.excel.util.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.excel.util/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.excel.util/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.excel.util/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.excel.util.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.excel.util/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Excel.Util
### Provides methods for reading and writing Excel files using strongly-typed objects with automatic property mapping and basic type conversion

## Installation

```
dotnet add package Soenneker.Excel.Util
```