Hello,

I am doing some things using Python-Uno (and really works fine).
Actually we will relese some code next weeks/month :-) (at least, this
is planned)

I have now a "problem": I have a Impress slide with a embedded
"Spreadsheet". I need to change some values from spreadsheet. How can I
get the spreadsheet model? Using ole2shape or which interface?
Actually I have available, for this object:
------------------
pyuno object
(com.sun.star.drawing.XShape)0x8393244{implementationName=SvxShape,
supportedServices={com.sun.star.drawing.OLE2Shape,com.sun.star.drawing.Shape,
com.sun.star.presentation.Shape,com.sun.star.document.LinkTarget},

supportedInterfaces={com.sun.star.drawing.XShape,com.sun.star.lang.XComponent,com.sun.star.beans.XPropertySet,com.sun.star.beans.XMultiPropertySet,com.sun.star.beans.XPropertyState,com.sun.star.beans.XMultiPropertyStates,com.sun.star.drawing.XGluePointsSupplier,com.sun.star.container.XChild,com.sun.star.lang.XServiceInfo,com.sun.star.lang.XTypeProvider,com.sun.star.lang.XUnoTunnel,com.sun.star.container.XNamed,com.sun.star.lang.XTypeProvider}}
------------------

I have been looking for that tests without luck..

When I will have the model I will do something like
oSheets.getCellByPosition(col,row).setString(text) (I have done in OO
SpreadSheet)

Thank you very much,

-- 
Carles Pina i Estany            GPG id: 0x8CBDAE64
        http://pinux.info

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to