dotnetcore / dotnetcore/Magicodes.IE

如何自定义导出表头顺序?

Open
#379 4 comments 0 reactions 0 assignees View on GitHub
area-excel bug
Dominant language
C#
Stars
2.2k
Forks
495
PR merge metrics
No merged PRs in 30d

Description

| A | B | C |
| ---- | ---- |----|
| 1 | 2 | 3 |
| 4 | 5 | 6 |

根据某些规则达到

| A | C| B|
| ---- | ---- |----|
| 1 | 3 | 4 |
| 4 | 6 | 5 |

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.