https://github.com/karenpayneoregon/excelmappersamples
Working with NuGet package ExcelMapper
https://github.com/karenpayneoregon/excelmappersamples
csharp dapper efcore excel
Last synced: 5 months ago
JSON representation
Working with NuGet package ExcelMapper
- Host: GitHub
- URL: https://github.com/karenpayneoregon/excelmappersamples
- Owner: karenpayneoregon
- Created: 2024-07-05T12:56:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T10:45:35.000Z (over 1 year ago)
- Last Synced: 2025-05-13T01:17:23.421Z (about 1 year ago)
- Topics: csharp, dapper, efcore, excel
- Language: TSQL
- Homepage: https://dev.to/karenpayneoregon/c-excel-readwrite-on-the-cheap-36km
- Size: 597 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
Code samples for [ExcelMapper](https://www.nuget.org/packages/ExcelMapper) using [EF Core](https://learn.microsoft.com/en-us/ef/core/) and [Dapper](https://www.nuget.org/packages/Dapper) using [Microsoft Visual Studio](https://visualstudio.microsoft.com/vs/) and NET 8 Core.
## Provided Samples
:heavy_check_mark: See [Tests.cs](https://github.com/mganss/ExcelMapper/blob/master/ExcelMapper.Tests/Tests.cs#L3118) in ExcelMapper repository for more examples.