Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

2.5 milestone discussion(2.5里程碑讨论) #158

Closed
xin-lai opened this issue Sep 27, 2020 · 9 comments
Closed

2.5 milestone discussion(2.5里程碑讨论) #158

xin-lai opened this issue Sep 27, 2020 · 9 comments
Labels
Milestone

Comments

@xin-lai
Copy link
Collaborator

xin-lai commented Sep 27, 2020

请在此主题下发表您对Magicodes.IE 2.5版本的建议或意见!

@xin-lai xin-lai added the discussion 讨论 label Sep 27, 2020
@xin-lai xin-lai pinned this issue Sep 27, 2020
@xin-lai xin-lai added this to the 2.5 milestone Sep 27, 2020
@xin-lai
Copy link
Collaborator Author

xin-lai commented Sep 27, 2020

导入模板支持Excel内置验证。
image
image

@xin-lai
Copy link
Collaborator Author

xin-lai commented Sep 27, 2020

#85 支持头部和正文样式

@Nongzhsh
Copy link
Contributor

Nongzhsh commented Sep 28, 2020

支持错误验证本地化,比如导入模板错误验证 ...
导入:

  • 支持从指定的行开始作为正文数据,目前存在导入的模板存在多行表头的情况(可能是一些说明或者合并样式的大标题等等);

  • 支持以特定条件判断和截断空数据,目前导入模板中有一列是求和的,导致后面的空行(求和列自动计算出 0)会被认为是有效数据,导致验证错误导入失败。

@xin-lai
Copy link
Collaborator Author

xin-lai commented Sep 28, 2020

  • 本地化建议通过筛选器实现,独立的API的话,我们还需考虑一下
  • 支持指定行作为正文数据,目前存在导入的模板存在多行表头的情况(可能是一些说明或者合并样式的大标题等等);(HeaderRowIndex属性应该可以解决这个问题)
  • 支持以特定条件判断和截断空数据,目前导入模板中有一列是求和的,导致后面的空行(求和列自动计算出 0)会被认为是有效数据,导致验证错误导入失败。(EndColumnCount属性应该可以解决这个问题)
    @Nongzhsh 你可以试试,看看是否满足你的需求。

@Nongzhsh
Copy link
Contributor

  • 本地化建议通过筛选器实现,独立的API的话,我们还需考虑一下
  • 支持指定行作为正文数据,目前存在导入的模板存在多行表头的情况(可能是一些说明或者合并样式的大标题等等);(HeaderRowIndex属性应该可以解决这个问题)
  • 支持以特定条件判断和截断空数据,目前导入模板中有一列是求和的,导致后面的空行(求和列自动计算出 0)会被认为是有效数据,导致验证错误导入失败。(EndColumnCount属性应该可以解决这个问题)
    @Nongzhsh 你可以试试,看看是否满足你的需求。

感谢答复。
HeaderRowIndex 属性解决了多行 Header问题,之前没注意到这个 😂
我查看了代码是以全行 All(p => p.Text == string.Empty) 确定空行的(可能隐藏一个bug:Excel数据只有一列图片时应该都会认为是空行)EndColumnCount 应该不能解决空行判断问题。

@xin-lai
Copy link
Collaborator Author

xin-lai commented Sep 28, 2020

@Nongzhsh 好的,我们跟进一下。

@Blcile
Copy link

Blcile commented Sep 28, 2020

#85 支持头部和正文样式

建议可以设置行高的功能

@kissxic
Copy link

kissxic commented Oct 8, 2020

excel用户添加的批注导出,比如我在前端使用handsontable插件,用户往往需要导出的时候也能导出批注

@xin-lai
Copy link
Collaborator Author

xin-lai commented Oct 9, 2020

excel用户添加的批注导出,比如我在前端使用handsontable插件,用户往往需要导出的时候也能导出批注

我们可以考虑简化导出批注。

@dotnetcore dotnetcore locked as resolved and limited conversation to collaborators Oct 15, 2020
@hueifeng hueifeng closed this as completed Nov 3, 2020
@hueifeng hueifeng unpinned this issue Dec 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants