Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.04 KB

readme.md

File metadata and controls

23 lines (12 loc) · 1.04 KB

Sylvan Logo Sylvan.AspNetCore

This repository is a sibling to the Sylvan repository and is home to libraries specific to ASP.NET Core. The packages here build upon the Sylvan.Data.Csv and Sylvan.Data.Excel packages to offer extremely efficient, and fully async implementations.

A library that implements text/csv content negotiation for ASP.NET Core MVC APIs.

A library that implements Excel content negotiation for ASP.NET Core MVC APIs.

Provides a CsvResult type for ASP.NET minimal apis.

Provides an ExcelResult type for ASP.NET minimal apis.

Provides a JSON formatter to handle un-typed DbDataReader responses.