dotnetcore / dotnetcore/Magicodes.IE

数据源是DataTable,如何导出带有一个大标题的excel

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

Description

string DocTitle="学生表"
IExcelExporter exporter = new ExcelExporter();
var result = await exporter.Export(filepath, dataTable);
请问如何导出带有“学生表”主标题的Excel?

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.