This commit is contained in:
Elena.Subbotina
2023-01-12 22:02:50 +03:00
parent 463befcc67
commit 7382845517
9 changed files with 583 additions and 15 deletions

View File

@ -31,6 +31,9 @@
*/
#include "Converter.h"
#include "../../../OOXML/XlsxFormat/Chart/ChartSerializeEx.h"
#include "../../Common/utils.h"
#include "XlsxConverter.h"
@ -49,8 +52,6 @@
#include "../../../OOXML/XlsxFormat/SharedStrings/SharedStrings.h"
#include "../../../OOXML/XlsxFormat/Styles/Styles.h"
#include "../../../OOXML/XlsxFormat/Worksheets/Worksheet.h"
#include "../../../OOXML/XlsxFormat/Chart/ChartSerialize.h"
#include "../../../OOXML/XlsxFormat/Chart/ChartSerializeEx.h"
namespace Oox2Odf
{