[python-win32] System.Decimal TypeError
Burt
Burt_Lehman at hotmail.com
Sun Oct 28 19:53:30 EDT 2018
Hi, I have a list of tuples containing "System.Decimal" objects (from a AdomdClient cellset). When I try to move that list to Excel using win32com.client I get the following error: "TypeError: Currency object must be a Decimal instance (got Decimal)". Other AdomdClient cellsets I pull return 'float' objects and those get moved to Excel fine. Is there a problem converting "System.Decimal" to "VT_Decimal" (or whatever com requires)?
Thank you for any help you can provide!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20181028/841c6a00/attachment.html>
More information about the python-win32
mailing list