<< Return to Main Index

< Return to Class Index

CGXExcelReader::ExcelWriteImpl

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

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

ar

CArchive to be used for the write operation

strFilePath

The path to be used for the write operation

pDocAdapter

Document adapter to use for the write operation

Remarks

If the file does not exist, it will be created. If the file does exist it will be opened and data will be written to the correct stream.

If ar is specified, the archive object is used to get the underlying file name for the write operation.

CGXExcelReader

Class Overview | Class Members