Visio formulas

  • Thread starter Teodor Taushanow
  • Start date
C

Chris Roth [ Visio MVP ]

I would think that anything that did that would just about be Visio itself!

Most of the mathematics in Visio cells is fairly standard, maybe with a
slight change in spelling (like CHAR( ) instead of CHR() ) But it's the
inter-cell and inter-shape references that really make the ShapeSheet
special. A shape can reference cell's in other shapes, on other pages, etc.
You get the idea.

If you just need graphics, then Visio exports to SVG, there is a free
Visio-viewer plug-in for web browsers, and I have seen XSLT tranformations
of the VDX file format to SVG. Once you're in SVG, you could write custom
code to make special use of Visio information as much as you want, or have
time for.

--

Hope this helps,

Chris Roth
Visio MVP
 
T

Teodor Taushanow

Unfortunately I need not only form visio graphics, I need and from visio
logic. It seems I have to write this parser myself.

Is there somebody that can help me to convert <geom> element in visio vdx
file in GDI+ object (GraphicsPath)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top