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
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.excel.util
- Owner: soenneker
- License: mit
- Created: 2025-03-30T00:45:35.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-30T00:53:19.000Z (about 1 month ago)
- Last Synced: 2025-03-30T01:36:37.982Z (about 1 month ago)
- Topics: csharp, dotnet, excel, excelutil, office, spreadsheet, util, utility
- Language: C#
- Homepage: https://soenneker.com
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.excel.util/)
[](https://github.com/soenneker/soenneker.excel.util/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.excel.util/)#  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
```