Ping 输出:从 .txt 转换为 Excel

发布于 2024-10-18 10:24:44 字数 87 浏览 3 评论 0原文

我有一个批处理文件,可以 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

↘人皮目录ツ 2024-10-25 10:24:44

以逗号或制表符分隔的格式编写。 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文