I've defined a class which I call the ScDeductive in sc/source/ui/deductive. I have defined a function "StartEval" which evaluates the clause( formula ) and returns an array as a result. This function is called from "ScInputHandler::DataChanged" . I enter the formula in a cell but I would like to display the result in a range on the spreadsheet as the result is an array / matrix. Can you tell me the right approach to do this !
Thanks, Rashi On Mon, Jul 19, 2010 at 4:00 PM, Niklas Nebel <[email protected]>wrote: > > When and from where is that function called, and what do you want to do > with the results? > > > Niklas > >
