Files
CodeRepository/Apps/App_ResistanceMatcher/XlsxWrapper.h

20 lines
326 B
C
Raw Normal View History

#ifndef __XlsxWrapper_H__
#define __XlsxWrapper_H__
#include "xlsxcellrange.h"
#include "xlsxchart.h"
#include "xlsxchartsheet.h"
#include "xlsxdocument.h"
#include "xlsxrichstring.h"
#include "xlsxworkbook.h"
using namespace QXlsx;
class XlsxWrapper
{
public:
XlsxWrapper();
virtual ~XlsxWrapper();
};
#endif