Book a Demo

Author Topic: Possible to generate excel report instead of rtf?  (Read 3400 times)

raymondsing

  • EA User
  • **
  • Posts: 27
  • Karma: +0/-0
    • View Profile
Possible to generate excel report instead of rtf?
« on: June 27, 2014, 07:21:49 pm »
Hi,
One of the sub-menus of the pop-up menu "Documentation" is "Rich Text Format (rtf) Report".
I wonder whether it is possible to generate into excel format instead.

I would like to generate documentation of database tables directly into excel.

Or is there a proper way to achieve what i want?

thanks.

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Possible to generate excel report instead of r
« Reply #1 on: June 27, 2014, 11:18:06 pm »
You can't get anything to Excel through the reporting / documentation functions.

What you can do is export (and import) to CSV, which Excel can then read. This export is much more primitive and can only output element information (not connectors, diagrams, operations or attributes), but if all you need is the basic information associated with all elements (name, notes, etc) this should be enough.

If you need more than that, you can look at the third-party extension eaDocx, I know that can do Excel.

Or as always you can roll your own with a script or an Add-In.

/Uffe
My theories are always correct, just apply them to the right reality.