Skip to content

导出数据的数据头没有汉化 #53

Closed
@zsanhong

Description

@zsanhong
Importer.GenerateTemplate<ImportMonthSalaryDto>("salarytemplate.xlsx");

这样到出模板数据头汉化了

但是如果导出的数据,excel数据头没有汉化

IImporter Importer = new ExcelImporter();
 var result = await exporter.Export("newSalary.xlsx", dtos);

其中 dtos是ImportMonthSalaryDto的集合
image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions