Add xls_writer

This commit is contained in:
Viktor Andreev
2025-06-27 21:10:21 +06:00
parent 327d00bacf
commit fb07c0c468
8 changed files with 129 additions and 5 deletions

View File

@ -23,3 +23,9 @@ DESTDIR = $$CORE_BUILDS_BINARY_PATH
SOURCES -= $$CORE_GTEST_PATH/src/gtest_main.cc
SOURCES -= ../../../Common/OfficeFileFormatChecker2.cpp
SOURCES -= ../../src/cextracttools.cpp
SOURCES -= ../../src/ASCConverters.cpp
SOURCES += ../../Common/OfficeFileFormatChecker2.cpp
SOURCES += $$X2T_DIR/src/cextracttools.cpp
SOURCES += $$X2T_DIR/src/ASCConverters.cpp