Powershell,导出xls文件
我想将结果导出到 xls 文件(而不是 csv 文件) 有没有什么简单的方法可以将结果导出为 Excel 文件格式?
Get-EventLog System -newest 10
I would like to export the results to a xls file (not to a csv file)
Is there any easy way to export the results to the Excel file format?
Get-EventLog System -newest 10
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://powershell.com/cs/blogs/tobias/archive/2009/02/02/xml-part-2-write-add-and-change-xml-data.aspx
看看中间底部。
http://powershell.com/cs/blogs/tobias/archive/2009/02/02/xml-part-2-write-add-and-change-xml-data.aspx
look at the middle bottom.