Hello,

1) Not sure why but you store parsed function in Excel file. When you load
it and want to calculate you parse it again. Why?
2) Parsed function stored in file is different from the one you get when
parse it using FormulaParser. As I understand you change it when you save it
so it will be in Excel format (or Excel stores them differently).

Maybe we should execute excel format? I mean make our internal format the
same as Excel format.


For instance -> SUM(A:B):

Our:

Area(A:B)
SUM()

Excel:

Area(A:B)
Attr(Sum)

In formula evaluator Attr is ignored ({ continue; }). And we have an error.

With regards,
Pavel Krupets


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to