Open source project based on database import and export developed by Net

During the project development process, we often encounter the need to import and export from the database. Although this function is not very complicated, we often encounter some problems.

For example, problems with the imported Excel format, problems with importing pictures in Excel, and export requirements will face more personalized needs in order to facilitate customer viewing. In order to meet these needs, development is still relatively cumbersome.

Today I would like to recommend an open source library to everyone. It is a tool for database import and export, which can greatly improve our development efficiency.

Project Description

These universal libraries for import and export developed based on .Net Core support formats: Html, PDF, Word, Excel, allowing us to quickly implement import and export needs by writing only a small amount of code.

Technology Architecture

1. Platform: developed based on Net Standard 2.0/Net Standard 2.1/Net 5.0.

Project features

1. Supported formats: Html, PDF, Word, Excel;

2. Data format: data verification, data processing, type mapping, data filtering, data splitting, etc.;

3. Customization: Customize the header and cell format;

4. Support: Supports multiple Sheets, annotations, and data exception handling.

Project structure

picture

Instructions

Format export example

picture

Import example

picture

Guess you like

Origin blog.csdn.net/Gefangenes/article/details/132483917