Author Topic: Requirements export to Excel  (Read 2606 times)

edgardos

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Requirements export to Excel
« on: January 24, 2006, 07:50:56 am »
I think this feature is very usefull, for tracking and status reporting.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Requirements export to Excel
« Reply #1 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

thomaskilian

  • Guest
Re: Requirements export to Excel
« Reply #2 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"