Hi Oliver,

thank you *very* much, that was it!

After reading your snippet  it took me not even two (!) minutes to
finish the code-snippet. 
(Before posting my plea for help, I tried for almost 90 minutes to
figure out a solution to no avail.)

Again, thank you very much indeed!

Best regards,

---rony



On 12.06.2011 19:52, Oliver Brinzing wrote:
> Hi Rony
>> extracted from a calc document and
>>  saved in an array in a programming language for further
>>     
> http://api.openoffice.org/docs/common/ref/com/sun/star/sheet/XCellRangeData.html
>
> maybe getDataArray() can help you to extract the values, for example:
>
>       oNRanges = ThisComponent.NamedRanges
>       oRange = oNRanges.getByName("Source").getReferredCells
>       mX() = oRange.getDataArray()
>
> Regards
>
> Oliver
>   

-- 
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscr...@sc.openoffice.org
For additional commands send email to sy...@sc.openoffice.org
with Subject: help

Reply via email to