<< Return to Main Index

< Return to Class Index

CGXExcelWndDocAdapter::ReadExcelFile

void ReadExcelFile(const CString& strFileName, UINT index = 0);

strFileName

File to read from (full path)

index

index of tab to read

Remarks

This document adapter cannot be used to read the entire workbook. It can only handle one tab. This tab is to be specified. The index for the tab is zero based. For example if an Excel workbook has three tabs valid tab indexes are from 0 to two.

CGXExcelWndDocAdapter

Class Overview | Class Members