Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

XSLT for export as Excel

0 votes

Can you explain the step with XSLT .. Thanks!?!

related to an answer for: Can I Export from a Graph an excel-File
in Help by

1 Answer

0 votes

My answer to the original post is not meant to be a two-step solution but actually presents two alternative solution (i.e. it is "either or").

Explaining XSLT is really out-of-scope for this forum. The basic idea for the XSLT solution is as follows:

  1. Decide what information you need in your CSV file.
  2. Save diagram as GraphML. GraphML is an XML format that contains all the information that can be entered in yEd.
  3. Find the required information in the GraphML file.
  4. Create a XSLT stylesheet that extracts the desired information from GraphML and formats said information in the required CSV format.
  5. Run a XSLT processor with your XSLT stylesheet on your GraphML to actually produce the desired CSV file.

If you do not yet know XSLT you do have your work cut out for you - XSLT is unfortunately rather complex and quite involved to learn.

by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...