A simple C# library for serializing and deserializing data to and from CSV and XLSX files using ExcelDataReader
.
- Serialize and deserialize single objects or collections to CSV files.
- Deserialize from XLSX files with support for automatic header row detection.
- Configure options for handling empty values, array parsing, and custom data parsing.
- Supports both CSV and XLSX formats.
- .NET 5.0 or higher
- NuGet package:
ExcelDataReader
(for reading XLSX files)