Lvyue schrieb: > Hi, Daniel > I have add what you advised in sc/source/filter, > a new book type in xllink.hxx, > in xilink.cxx, XclImpSupbook::XclImpSupbook(), > a new type in enum XclImpExtNameType (and set it in > XclImpExtName::XclImpExtName() ), > and I also add a case for the new xlExt*** type. > > now, when imported, the formula EUROCONVERT can be caculated, but the name > shown in is wrong, > it appears as "EUROCONVERTEUROCONVERT(......)".
If the formula calculates correctly, that means, the formula structure created by the filter is correct (there is only one ocEuroConvert token). Maybe the resource containing the function name is wrong. Could you attach a diff of your changes? That would help to judge what is going wrong. > > I'm confused, I wonder you can tell me what I'm missing. :( Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
