[Feature] Support future function call with "_xlfn." prefix in formula for compatibility #4815
Open
2 tasks done
Labels
backlog
We are not actively seeing into this.
Initial checklist
Problem
Univer does not correctly recognize the "_xlfn." prefix in formulas, even when the corresponding function exists in Univer. For example, in the formula
"_xlfn.STDEV.S(Returns!C3:C253)"
, the function"STDEV.S"
is already available in Univer. The "_xlfn." prefix indicates that the formula originates from a newer version of Excel and that the function may not exist in the current version. However, since the function is present in Univer, the prefix should be handled appropriately.For more info about "_xlfn.":
https://libxlsxwriter.github.io/working_with_formulas.html
https://learn.microsoft.com/en-us/openspecs/office_standards/ms-xlsx/5d1b6d44-6fc1-4ecd-8fef-0b27406cc2bf?redirectedfrom=MSDN
The text was updated successfully, but these errors were encountered: