Skip to content

Add support for Volatile Dependencies

snippet requested to merge topic/3.2/volatile-dependencies into branch/3.2

Adds support for volatileDependencies.xml. The file is commonly generated in excel files that use real time data or CUBE and it's related functions.

It's not intended anyone consuming the library would need to access it, rather it should just pass through on file read/write to maintain support for documents using those functions.

Spec:

https://c-rex.net/samples/ooxml/e1/Part1/OOXML_P1_Fundamentals_Volatile_topic_ID0EZYCM.html

https://c-rex.net/samples/ooxml/e1/Part4/OOXML_P4_DOCX_volTypes_topic_ID0EXJBCB.html

--HG-- branch : 3.2

Merge request reports