<< Return to Main Index

< Return to Class Index

class CGXExcelGrid

This class contains the essential logic for the interface of windows and views with the Excel read/write code. This class does not derive from CObject and can easily be added to any existing grid class‘ inheritance tree.

It does not have a default implementation for read/write code but does for the clipboard operations. This logic is specific to the type of class that is using this class and is to be added to that class. This class encapsulates the essential logic for interacting with the clipboard (BIFF 8 format). Objective Grid native formats are preserved in this interaction.

This class expects to be used as a part of the inheritance tree of a CGXGridCore derived object. It performs a dynamic cast to get at the CGXGridCore pointer.

CGXExcelReadView and CGXExcelReadWnd contain the requisite additional code for interaction with the framework (in the case of the view) and read and write in the case of the window.

#include <gxexrd.h>

See Also

CGXExcelReadView CGXExcelReadWnd

CGXExcelGrid

Class Members