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

-- 

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to