CGXExcelTable Class Members
Construction
| CGXExcelTable | This is never called directly since CGXExcelReader is an abstract base class.. |
Operations
| ResetInternalState | Called to clean up any data that was allocated during a read/write operation. |
| ReadFromStream | Called to allow the object to read in data from the stream. |
| WriteToStream | Called to allow CGXExcelHandler objects to write out data to stream that gets passed in. |
Logging helpers
| LogText | Call to log text. |
| LogNumber | Call to log a number. |
| LogXNumber | Call to log a number in hexadecimal format. |
| SetCanLog | Call to turn logging on or off. |