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

无法获取公式计算后的值 #25

Open
y976362357 opened this issue Aug 3, 2020 · 2 comments
Open

无法获取公式计算后的值 #25

y976362357 opened this issue Aug 3, 2020 · 2 comments
Labels

Comments

@y976362357
Copy link

背景

在导入Excel时
excel文件如下:
单元格A2:A2
单元格B2:=CONCATENATE("test", A2)

实体类
public ExcelData{
[Column(Index = 0)]
public string A{get;set;}
[Column(Index = 1)]
public string B{get;set;}
}

var data = Excel.Load(file, sheetIndex: 1);

期望结果及实际结果

期望data 的B属性为:testA2
实际结果为:CONCATENATE("test", A2)

@issue-label-bot issue-label-bot bot added the bug label Aug 3, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.90. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@y976362357 and others