Sparx Systems Forum

Enterprise Architect => Suggestions and Requests => Topic started by: edgardos on January 24, 2006, 07:50:56 am

Title: Requirements export to Excel
Post by: edgardos on January 24, 2006, 07:50:56 am
I think this feature is very usefull, for tracking and status reporting.
Title: Re: Requirements export to Excel
Post by: Eve on January 24, 2006, 01:21:36 pm
You can export the CSV, which Excel can then import.

See http://www.sparxsystems.com/EAUserGuide/index.html?csvexport.htm
Title: Re: Requirements export to Excel
Post by: thomaskilian on January 25, 2006, 02:16:18 am
Additionally you can import external data directly from EA using the MS Access ODBC driver. This is more elegant but you need experience with EA's database structure.

SELECT * FROM t_object WHERE Object_type = "Requirement"