在“MSWord”中创建表格.txt 文件中的文本文档
在以下文件“E:\my_folder\my_future_table.txt”中,我有以下文本:(
# animal country
1 rabbit Germany
2 wolf France
3 koala USA
请注意该文本每一行中的所有单词均由制表符分隔)
我需要使用什么 VBS 脚本才能创建“Word”文件 (.doc) 以及基于该文本创建的表格? (在此示例中,表格应有 3 列和 4 行)
In the following file "E:\my_folder\my_future_table.txt" I have this text:
# animal country
1 rabbit Germany
2 wolf France
3 koala USA
(please note that all the words in each line of that text are separated by tabs)
What VBS script do I need to use in order to create a "Word" file (.doc) with a table created on the basis of that text? (In this example, the table should have 3 columns and 4 rows)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很大程度的信任
ArrVar
VbTab
插入第二个数组ArrVar2
ArrVar
的长度和ArrVar2< 的宽度/code>
Something like this with a healthy degree of credit to the Scripting Guy
ArrVar
VbTab
into a second array,ArrVar2
ArrVar
and width ofArrVar2