Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我听说可以从 visio Enterprise 版本生成 c# 代码。我想问一下是否有可能实现我的目标:
我有一个 txt 文件,说明如下:
module a module b a.port0 b.port0 a.port1 b.port1
我想实现
如果我在 VISIO 中绘制两个块,并使用两条线连接两个块。如果可以生成我上面列出的类似 txt 文件。
使用给定的txt文件,是否可以让visio绘制两个块和连接?
如果可能的话,我将使用什么语言来编程 visio?
你可以使用 Python 或 Ruby,Perl 也足够了。它们在文本操作和文件处理方面都很强大。