So I have an excel sheet that uses a function from an XLL add-in. I have added the add-in to my workbook using the CellsHelper.AddAddInFunction routine and the function will work as expected so long as the associated formula is generated through a smart marker. If I place the formula in the sheet by itself, not letting ASPOSE.Cells generate it for me, I will get a #NAME? entry for that cell, even though other cells with the same formula, but generated by ASPOSE.Cells, do work…
Hi,
It will take me a little while to get a “sample” setup. I need to strip out a lot of auxiliary code. While I do that, can I also ask whether or not I’m supposed to be able to add multiple Add-In functions using the CellsHelper.AddAddInFunction? It seems to only recognize the last Add-In function I add…
Here is a sample showing how the Add-In breaks.
And here is a separate sample that shows how only the last added add-in works, previous add-ins are apparently ignored. I really need to add multiple add-ins though.
Oh one note, I am using Excel 2003 (this is a requirement of my client).
Hi,
I was using an older version of the DLL (v7.2.2.), the newer DLL seems to have fixed my first issue.
Hi,
Hi,
Well that almost works. After the AddIns.xls (multiple add-ins) is processed and I open it, I get a message about links to other datasources (see attached image file). Any ideas why this would happen? It does not happen for AddIn.xls (single add-in). Other than that the both add-in formulas do come through and work properly.
Okay it looks like it’s putting a call to the add-in/function right into one of the cells… that is what is causing the message. If I delete it the form will open fine afterwards. See attached image (I’m assuming this is getting left over, and shouldn’t be there).
Hi,
Any word on this? Our client is currently in a holding pattern, waiting on this fix, for their production rollout. Has this new issue at least been identified and being worked on?
Hi,
Hi,
Thanks for your posting and using Aspose.Cells.
Please do not use Cell.SetAddInFormula method, just simply use
Cell.Formula property to set the addin formula as you have called
CellsHelper.AddAddInFunction method.
Oh wow… I’m sorry, I didn’t even see that that line was added to the sample code. I have removed it and am retesting.
Hi,
Thanks for your posting and using Aspose.Cells.
If you encounter any other issue while testing, please let us know, we will be glad to help you further.
The issues you have found earlier (filed as CELLSNET-41633) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.