|
|
@ -24,6 +24,18 @@ |
|
|
|
****************************************************************************/ |
|
|
|
#ifndef XLSXWORKSHEET_P_H |
|
|
|
#define XLSXWORKSHEET_P_H |
|
|
|
|
|
|
|
//
|
|
|
|
// W A R N I N G
|
|
|
|
// -------------
|
|
|
|
//
|
|
|
|
// This file is not part of the Qt Xlsx API. It exists for the convenience
|
|
|
|
// of the Qt Xlsx. This header file may change from
|
|
|
|
// version to version without notice, or even be removed.
|
|
|
|
//
|
|
|
|
// We mean it.
|
|
|
|
//
|
|
|
|
|
|
|
|
#include "xlsxglobal.h" |
|
|
|
#include "xlsxworksheet.h" |
|
|
|
#include "xlsxcell.h" |
|
|
|