Skip to content

MarkPflug/Sylvan.AspNetCore

Repository files navigation

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.