On Wed, 9 May 2012, Christian wrote:
==> Does Excel not work internally with the English function names? How can I solve this problem and register EDATE as EDATE (English name)??
Depends on the kind of function it is. Almost all of the "built-in" functions are stored in a .xls file by ID. Extension ones (eg user defined, analysis pack etc) are handled differently, and IIRC are done effectively by name.
See org/apache/poi/ss/formula/function/functionMetadata.txt for the details of the built-in ones
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
