function TODAY()

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
Guest
Posts: 83
Joined: Tue Aug 16, 2005 6:08 pm

function TODAY()

Post by Guest »

Cell contains formula =TODAY().
Call XLSReadWrite1.Calculate() leads to error:

Calculate error on cell Sheet1!B1 (1:1:0)
"Can not calculate function TODAY"
Guest
Posts: 83
Joined: Tue Aug 16, 2005 6:08 pm

Post by Guest »

Is there exists list of supported Excel functions?
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Post by larsa »

Hello

The following functions are supported now:

COUNT, IF, ISNA, ISERROR, SUM, AVERAGE, MIN, MAX, ROW, COLUMN, NA, NPV, STDEV, DOLLAR, FIXED, COS, SIN, TAN, ATAN, PI, EXP, LN, LOG10, ABS, INT, SIGN, ROUND, LOOKUP, TRUE, FALSE, AND, OR, NOT, MOD


Unsupported functions can be calculated in the OnFunction event.


Lars Arvidsson
Post Reply