mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
15 lines
281 B
C++
15 lines
281 B
C++
|
#pragma once
|
||
|
|
||
|
#include <fstream>
|
||
|
#include <iostream>
|
||
|
#include <cxxtest/TestSuite.h>
|
||
|
|
||
|
#include <helpers/path_helper.hpp>
|
||
|
#include <xlnt/cell/text.hpp>
|
||
|
#include <xlnt/cell/text_run.hpp>
|
||
|
#include <xlnt/packaging/manifest.hpp>
|
||
|
|
||
|
class test_consume_xlsx : public CxxTest::TestSuite
|
||
|
{
|
||
|
};
|