Merge branch 'release/v9.0.0' into feature/add-direct-xlst-xlsb-conversion

This commit is contained in:
Viktor Andreev
2025-03-20 13:25:09 +06:00
29 changed files with 1877 additions and 132 deletions

View File

@ -102,10 +102,8 @@ namespace OOX
virtual const CPath DefaultDirectory() const;
virtual const CPath DefaultFileName() const;
// Attributes
SimpleTypes::CGuid m_oItemID;
// Childs
nullable<CShemaRefs> m_oShemaRefs;
//------------- for write from binary
std::wstring m_oCustomXmlContent;

View File

@ -1342,6 +1342,7 @@ namespace OOX
et_x_TableColumns,
et_x_TableColumn,
et_x_TableStyleInfo,
et_x_xmlColumnPr,
et_x_AltTextTable,
et_x_SortState,
et_x_SortCondition,
@ -1544,7 +1545,16 @@ namespace OOX
et_x_MdxKPI,
et_x_DynamicArrayProperties,
et_x_RichValueBlock
et_x_RichValueBlock,
et_x_MapInfo,
et_x_Schema,
et_x_Map,
et_x_DataBinding,
et_x_SingleXmlCells,
et_x_SingleXmlCell,
et_x_xmlCellPr,
et_x_xmlPr
};
class File;