Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/i-rzr-i/dynamicexcelprovider

Export data to Excel format in an easier mode and with dynamic results.
https://github.com/i-rzr-i/dynamicexcelprovider

csv excel export generate xlsx

Last synced: 3 days ago
JSON representation

Export data to Excel format in an easier mode and with dynamic results.

Awesome Lists containing this project

README

        

> **Note** This repository is developed using .netstandard2.0.

[![NuGet Version](https://img.shields.io/nuget/v/DynamicExcelProvider.svg?style=flat&logo=nuget)](https://www.nuget.org/packages/DynamicExcelProvider/)
[![Nuget Downloads](https://img.shields.io/nuget/dt/DynamicExcelProvider.svg?style=flat&logo=nuget)](https://www.nuget.org/packages/DynamicExcelProvider)

The current repository is based on `DocumentFormat.OpenXml` and aims to make exporting to an Excel list easier. So in other words, it is a wrapper on a previously specified library. The idea to create this repository has been initiated and its roots have grown more and more in a long period.

Countless times I faced the problem/need to implement some functionalities to export map a list to Excel (`csv` or `xlsx`) file with different columns names (in some cases related to specific language), dynamic number of columns, or in user-specified order, etc. As a result, the implemented solution has some basic functionalities previously mentioned.

For more information about that, follow the info from using doc.

**In case you wish to use it in your project, u can install the package from nuget.org** or specify what version you want:

> `Install-Package DynamicExcelProvider -Version x.x.x.x`

## Content
1. [USING](docs/usage.md)
1. [CHANGELOG](docs/CHANGELOG.md)
1. [BRANCH-GUIDE](docs/branch-guide.md)