Error Messages/42646

< Error Messages
Revision as of 15:08, 17 September 2012 by Lchrisman (talk | contribs) (Created page with "= Example Error Message = A system error occurred during SpreadsheetOpen: No such interface supported = Cause = This is an error reported by the Excel process when using ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Error Message

A system error occurred during SpreadsheetOpen: No such interface supported

Cause

This is an error reported by the Excel process when using SpreadsheetOpen to open a spreadsheet. The text to the right of the colon is the error message provided by Excel or Windows, and so a variety of different errors are possible.

  • No such interface supported: I saw this one reported when the filename provided to SpreadsheetOpen was not an Excel file (it was a *.ana file). The first parameter to SpreadsheetOpen should be a format that Excel can open, such as *.xlsx, *.xls, *.csv, etc.

See Also

Comments


You are not allowed to post comments.