Hi David!

To export that list, you can export the package where are the elements (Components and Interfaces) as a CSV, please review this article:
https://sparxsystems.com/enterprise_architect_user_guide/16.0/model_exchange/csvimportexport.htmlKeep in mind that to export this CSV, you have to build a CSV specification which is constituided by elements propierties and tags, but relationships aren't exported. So for export that expecific information, you can create customized tag values for each element where you can match among them , for example.
In Components :
1. Required: Select the Interface required of the Component.
2. Provided: Select the Interface provided for the Component.
In Interfaces:
1. Required by: Select the component that requires that interface
2. Provided by: Select the component that provided that interface
You must follow this article to create the Tag values which lets you match elements, using RefGUID tag value:
https://sparxsystems.com/enterprise_architect_user_guide/16.0/modeling_frameworks/predefinedtaggedvaluetypes.html#:~:text=multiple%20progress%20bars.-,RefGUID,-Type%3DRefGUID%3BWhen you create those tag values and fill it, you'll build the specification. There, you have to select the basic propierties of the elements like:
- Name
- Type
- GUID
- Tag values
- Version
- Status
- Alias
Each propierty is a column of your table and each element is a row.
If you need some help, don't hesitate in contact me!