Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/i-rzr-i/dynamicexcelprovider
- Owner: I-RzR-I
- License: mit
- Created: 2023-03-13T08:52:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T14:17:18.000Z (11 months ago)
- Last Synced: 2024-04-26T16:06:12.228Z (9 months ago)
- Topics: csv, excel, export, generate, xlsx
- Language: C#
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)