I am writing an app that interacts with Excel. However, I'm hitting an error that I can't track down. My traceback says:
pywintypes.com_error: (-2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147352565), None)
Using the com_error documentation, I can figure out most of this. However, I can't figure out how to read the interior tuple. The docs refer to this as an (optional) excepinfo tuple, but they don't describe what the contents of it are.