-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Improve Excel Compatibility #22
Comments
What's the usecase where you would need to be able to use "excel" dates for the calculation? |
Usecase is making values and dates available as separate arrays. The last line shows the data from reading excel cells (in LibreOffice Calc). My interest is replacing |
Excel xirr
Proposed UDF xirr
|
Ok, sounds like a good usecase, so would be nice if you can create a PR for it |
LibreOffice Calc implementation under development. |
Although Excel has both
xnpv
andxirr
functions a user might want different functionality, particularly forxirr
. Two characteristics are significant:date
is a numberXNPV(rate, values, dates)
The following code offered for discussion could be tidied up (similar for
xirr
):The text was updated successfully, but these errors were encountered: