This example demonstrates how to export metadata properties to an Excel workbook. For more information please refer to the ExportManager class.
advanced_usage.ExportingMetadataProperties
try(Metadatametadata=newMetadata(Constants.InputDoc)){RootMetadataPackageroot=metadata.getRootPackage();if(root!=null){// Initialize the export manager with the root metadata package to export the whole metadata treeExportManagermanager=newExportManager(root);manager.export(Constants.OutputXls,ExportFormat.Xls);}}
More resources
GitHub examples
You may easily run the code above and see the feature in action in our GitHub examples: