|
Bump..
Surely there is a way of doing this? If FBSpread is exposed to python then you must be able to get/set cell values? According to the documentation there is a
“Caption” attribute but in actual fact there is not.
These are the available attributes and functions for an FBSpreadCell object:
[’BeginChange’, ‘ClassName’, ‘Column’, ‘Components’, ‘ConnectAt’, ‘ConnectDst’, ‘ConnectDstAt’, ‘ConnectSrc’, ‘ConnectSrcAt’, ‘DisableObjectFlags’, ‘DisconnectAllDst’,
‘DisconnectAllSrc’, ‘DisconnectDst’, ‘DisconnectDstAt’, ‘DisconnectSrc’, ‘DisconnectSrcAt’, ‘EnableObjectFlags’, ‘Enabled’, ‘EndChange’, ‘FBCreate’, ‘FBDelete’, ‘FBDestroy’,
‘GetDst’, ‘GetDstCount’, ‘GetDstType’, ‘GetObjectFlags’, ‘GetObjectStatus’, ‘GetOwned’, ‘GetOwnedCount’, ‘GetOwner’, ‘GetOwnerCount’, ‘GetSrc’, ‘GetSrcCount’, ‘GetSrcType’,
‘HasObjectFlags’, ‘Is’, ‘IsSDKComponent’, ‘Justify’, ‘MoveSrcAt’, ‘Name’, ‘OnUnbind’, ‘Parents’, ‘ProcessNamespaceHierarchy’, ‘ProcessObjectNamespace’, ‘PropertyAdd’,
‘PropertyCreate’, ‘PropertyList’, ‘PropertyRemove’, ‘ReadOnly’, ‘ReplaceDstAt’, ‘ReplaceSrcAt’, ‘Row’, ‘Selected’, ‘SetObjectFlags’, ‘SetObjectStatus’, ‘Style’, ‘SwapSrc’,
‘__class__’, ‘__delattr__’, ‘__dict__’, ‘__doc__’, ‘__getattribute__’, ‘__hash__’, ‘__init__’, ‘__module__’, ‘__new__’, ‘__reduce__’, ‘__reduce_ex__’, ‘__repr__’, ‘__setattr__’,
‘__str__’, ‘__weakref__’]
There is no SetCell function available to an FBSpread object as there is in the SDK. Can someone at Autodesk confirm if Im wasting my time trying to work this out?
Thanks
|