Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

支持传入多个类型 Collection<T> 进行导出 #52

Merged
merged 1 commit into from
Mar 17, 2020
Merged

支持传入多个类型 Collection<T> 进行导出 #52

merged 1 commit into from
Mar 17, 2020

Conversation

ccccccmd
Copy link
Contributor

var exporter = new ExcelExporter();  
var list1 = GenFu.GenFu.ListOf<ExportTestDataWithAttrs>();
var list2 = GenFu.GenFu.ListOf<ExportTestDataWithSplitSheet>(30);
var result = exporter.Append(list1).Append(list2).Export(filePath);

@xin-lai
Copy link
Collaborator

xin-lai commented Mar 17, 2020

收到。非常感谢,我们将尽快处理。

@xin-lai xin-lai merged commit f624b3c into dotnetcore:develop Mar 17, 2020
@xin-lai xin-lai added the enhancement New feature or request label Mar 17, 2020
@xin-lai xin-lai added this to the 2.2 milestone Mar 17, 2020
@xin-lai xin-lai linked an issue Mar 17, 2020 that may be closed by this pull request
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

excel导出可以支持追加表格的情景么
2 participants