<< Return to Main Index

< Return to Class Index

CGXExcelDocAdapter::IsExcelFile

virtual BOOL IsExcelFile(const TCHAR* lpszFileName) const;

lpszFileName

The path of the file that is to be checked.

Remarks

When reading the file this method checks to see if the file that is specified is an Excel file This uses a rather simplistic check. You can override and handle for other checks

You will have to override this method if you use a different extension than xls

CGXExcelDocAdapter

Class Overview | Class Members