Using SvgPublish as Visio Online script playground
A new feature that allows you to play with scripting for the new Visio Online with comfort. Live shape updates, autocomplete, parameter info right out of the box.
A new feature that allows you to play with scripting for the new Visio Online with comfort. Live shape updates, autocomplete, parameter info right out of the box.
The SVG publishing plugin Visio API documentation has been added!
– Exporting Visio diagrams to disk, sharepoint, github
– Getting / Setting any export parameters (paths, options, authorizations, etc)
The SvgPublish Visio Extension allows users to publish Visio diagrams as HTML pages. This extension boasts a custom HTML export feature, enhancing the inherent Visio functionalities with exclusive capabilities. For a full list of feature and a comprehensive user guide, please see the user reference. Check out some samples of …
Visio has a nice feature, which allows you to link data to shapes. This allows you to create interactive dashboards for example, display data graphics which reflect the current state of some system on Visio diagrams, etc. One thing may is occasionally needed, is a possibility to update your data source from Visio diagram. Meet the new …
Hi all, Have recently have created an extension to import/export VBA code from a Visio drawing or stencil. You can find this useful if you want to track VBA source code changes in your Visio files, like compare current version of the code with the past version. Could make sense to use together with some version …
This free Visio add-in helps to import and export VBA code from Visio to a folder. The addin can exports and import the code from "ThisDocument", forms (.frm), classes (.cls) and modules (.bas) It may be handy if you want to track changes to the VBA code which is located in a …
Visio project templates updated to version 1.0.7: – added support for Visual Studio 2015 – added support for Visio 2016 – Simplified source code (removed extra files, so that project structure is more like vanilla VS). – Unified project wizard. Now there is one wizard to rule it all. It …
This add-in uses Visio data-binding infrastructure, and allows you to update the data in the external source from Visio (back-synchronize). There are limitations of course, but basically it supports any type of data source which support update (including Excel files, databases, and SharePoint lists). In addition to this basic functionality, …
Visio project templates updated to version 1.0.2:– Now Visual Basic projects are also supported– now the platform of the installed Visio is selected by default, and Visio is selected as executable to debug by default– Added default UI to the installer– Fixed issue with some configurations (error on project creation if …