255 seems used for external functions. I have seen it being used for functions out of addins. That reference goes via an extersheet record. Now i know its also used for macro functions, and i am certainly not surprised.
One source of the function list is the "Excel book". The series is not unbroken there . Names, again, is awaiting two things... Correct externsheet implementation, and passing a proper reference to the sheet to NamePtg. Regards - Avik -------Original Message------- > From: Andrew C. Oliver <[EMAIL PROTECTED]> > Subject: Re: function table > Sent: 09 Jul 2003 23:08:38 > > IIRC, those are "reserved" or non-implemented. We haven't yet implemented > "macro functions"... Shouldn't be hard to implement I suppose if we just > add a lookup for the POIFS filesystem in the event it can't lookup the > function to verify its there and just use it...Otherwise we should probably > throw an exception. > > Someone should put this in bugzilla as an [RFE] Macro functions if it isn't > already there. > > On 7/9/03 1:42 PM, "Paul Krause" wrote: > > > What is the source for the function table in AbstractFunctionPtg? The entry > > for 255 seems to be missing from the table. Is this an oversight, a > > deliberate exclusion, or functionality to be added at some future date? > > Entries for 171-174, 202-203, 217-218, 223-226, and 249 are also missing. > > > > The reason I ask is that I am using toFormulaString on a cell that contains a > > macro call. Instead of seeing what I expect, something like "MYMACRO(A11)", > > I see "null(NO IDEA - NAME,A11)". > > > > The "NO IDEA - NAME" is coming from NamePtg, which I also need to handle > > somehow, but the "null" is coming from lookupName(255), and that's what really > > has me waylaid. > > > > I am looking at the HEAD of cvs. > > > > PFK > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > Andrew C. Oliver > http://www.superlinksoftware.com/poi.jsp > Custom enhancements and Commercial Implementation for Jakarta POI > > http://jakarta.apache.org/poi > For Java and Excel, Got POI? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -------Original Message-------
