
Read Office Doc Properties
by Appian Corporation
Description
As a Designer, I want to be able to extract Custom Properties from a Microsoft Office Open XML document (docx, xlsx, pptx etc), So that I can route documents according to the values of certain Custom Properties.
Features
Function: readofficedoccustomprops
Retrieves the set of Custom Properties from a document.
Input:
Document document - the Appian document to inspect (should be a Microsoft Office Open XML document for properties to be found) Output:
Dictionary with the following structure: { success : (Boolean) True if file was successfully parsed, otherwise false, errorMsg : (Text) Error message if an error occurred, properties : (Dictionary) A dictionary of all Custom Properties in the document and their values }
Release notes
Upgraded commons-compress , commons-io, commons-lang3 renamed appian-sdk
Version history (4)
1.1.0
Updated deprecated APIs
1.0.3
Security Upgrades
1.0.2
Security Updates
1.0.1
Security update