xlnt/source/workbook/tests/test_consume_xlsx.hpp

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
{
};