class CGXExcelHandler : public CObject

Excel files can have several different record. Each record is characterised by the type and the data that it contains. Based on the type the data that it contains is known and can be interpreted. One classification that we for the purpose of dealing with these records is the concept of global and local records. Global records are handled by objects called tabled and local records are handled by what we call handler. CGXExcelHandler is the base class for handlers.

For more information on handlers please refer to the introduction in the ‘Excel Introduction’ document that is installed as part of the Objective Grid Pro product.

We also recommend looking at the Excel SDK that is available on MSDN.

#include <gxexrd.h>

See Also

 CGXExcelBaseTable  CGXExcelTable

CGXExcelHandler

 Class Members