A small I/O utility library for CSV and file compression.
- .NET 5
Available as nuget package.
Install-Package Appzmonster.IO
| Name | Description |
|---|---|
| CsvStreamReader | A comma separated value (CSV) reader that reads from a stream in a particular encoding. |
| CsvStreamWriter | * Coming soon * |
| FileCompression | Provides static methods to compress and uncompress files, directories with or without password. |
Copyright (c) 2021 Jimmy Leong (Github: appzmonster). Licensed under the MIT License.