<< Return to Main Index

< Return to Class Index

CGXExcelReader::ExcelReadImpl

virtual void ExcelReadImpl(CArchive& ar, CGXExcelDocAdapter* pDocAdapter) = 0;

virtual void ExcelReadImpl(const CString& strFilePath, CGXExcelDocAdapter* pDocAdapter) = 0;

ar

Reference to a CArchive to use for the read operation

strFilePath

The path and file name to be read

pDocAdapter

Document adapter to be used

Remarks

Reads an Excel file from the specified CArchive or Excel file.

In the case where a CArchive is specified, the archive object is used to obtain the underlying file name when writing an Excel file.

See Also

CGXExcelDocAdapter

CGXExcelReader

Class Overview | Class Members