Ping 输出:从 .txt 转换为 Excel
我有一个批处理文件,可以 ping 20 个服务器并将输出写入 .txt 文件。 我的问题是:如何将 .txt 中的数据“转换”为 Excel 文档? 提前致谢
I have a batch file that pings 20 servers and writes the output to a .txt file.
My question is: how can I "convert" the data in my .txt to an excel document?
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以逗号或制表符分隔的格式编写。 Excel 将打开它。
或者,使用文本处理语言。很多人喜欢 perl 就是因为这个。
如果没有更多关于您所拥有的 ping 版本的输出是什么以及您已经写出什么的信息,我们无法再为您提供帮助。
Write it in comma or tab-separated format. Excel will open that.
Alternatively, use a text processing language. A lot of people like perl for this.
Without more information as to what the output from the version of ping you have is, and what you are already writing out, we can't help you any more.