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!
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to