Cargo Features
[dependencies]
ooxmlsdk-build = { version = "0.2.2", default-features = false, features = ["schemas", "parts", "validators", "pptx", "office2007", "office2010", "office2013", "office2016", "office2019", "office2021", "microsoft365"] }
- default = docx, office2007, parts, pptx, xlsx
-
These default features are set whenever
ooxmlsdk-build
is added without
somewhere in the dependency tree.default-features = false - schemas parts validators?
- parts default = schemas
-
Enables zip
- validators = schemas
- docx xlsx pptx default
- office2007 default office2010?
- office2010 office2013? = office2007
- office2013 office2016? = office2010
- office2016 office2019? = office2013
- office2019 office2021? = office2016
- office2021 = office2019
- microsoft365
ooxmlsdk-build has 12 features without comments.