新增Excel导入支持添加顶部说明和顶部说明高度 以及 导入时手动按照导入模板导出错误数据的方法#39
Merged
xin-lai merged 7 commits intodotnetcore:masterfrom Feb 22, 2020
kasugaharu:master
Merged
新增Excel导入支持添加顶部说明和顶部说明高度 以及 导入时手动按照导入模板导出错误数据的方法#39xin-lai merged 7 commits intodotnetcore:masterfrom kasugaharu:master
xin-lai merged 7 commits intodotnetcore:masterfrom
kasugaharu:master
Conversation
Collaborator
|
非常感谢。我抓紧验证一下再合并。 |
added 3 commits
February 22, 2020 00:13
Collaborator
Contributor
Author
|
已修复使用中发现一个问题,今天 我重新推送一个版本上来,本地验证完成后上传
…------------------ 原始邮件 ------------------
发件人: "李文强"<notifications@github.com>;
发送时间: 2020年2月22日(星期六) 中午11:21
收件人: "dotnetcore/Magicodes.IE"<Magicodes.IE@noreply.github.com>;
抄送: "透"<671118155@qq.com>; "Author"<author@noreply.github.com>;
主题: Re: [dotnetcore/Magicodes.IE] 新增Excel导入支持添加顶部说明和顶部说明高度 (#39)
麻烦修复下相关单元测试。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

在ExcelImporterAttribute中 新增了 两个字段

支持单Sheet导入时 能够给顶部设置描述和 顶部高度
新增单元测试方法
GenerateStudentImportSheetDescriptionTemplate_Test
StudentInfoWithDescImporter_Test