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