CGXExcelHandler Class Members
Construction
| CGXExcelHandler | 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. |
Clipboard support
| GetClipMode | Called to get handlers clipboard mode. Static function. |
| SetClipMode | Called to set handlers to clipboard mode. Static function. |
Initialization support
| InitializeStyle | Called to insert a worksheet. |
| InitializeCore | Called to delete a worksheet. |
| InitializeParam | Called when the user opens a new window on existing data. This is not supported in this version and will cause an error message to be displayed. |
| InitializeData | Called to insert a worksheet. |