You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your feedback. I fixed this, please upgrade to the master branch code by go get -u github.com/xuri/excelize/v2@master, and this patch will be released in the next version.
Description
Steps to reproduce the issue:
Describe the results you received:
In Excel - the XNPV formula in C1 does next expect the dates as text and does not work. You must supply the dates as dates (as seen in cell G1)
In Excelize the opposite is true. Calling CalcCellValue on C1 correctly returns 4447.938 like Excel. Calling CalcCellValue on G1 returns #NUM!
Describe the results you expected:
Excelize behaviour to match Excel
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Windows
The text was updated successfully, but these errors were encountered: