gpt4 book ai didi

excel - 文件格式 := 51 or 52 doesn't save file as an excel file

转载 作者:行者123 更新时间:2023-12-04 01:38:21 25 4
gpt4 key购买 nike

我正在使用命令保存文件

FilNam = "//drive/folder/Test"

File.SaveAs FileName:=FilNam, FileFormat:=51
File.SaveAs FileName:=FilNam, FileFormat:=52

这是它的显示方式

enter image description here

但我可以选择此文件并使用 excel 打开以查看其中的数据。我希望它显示为 en excel 文件。如何解决此错误。

最佳答案

如评论中所述,最好在命名文件时包含扩展名。在你的情况下:

51  is for Open XML Workbook (*.xlsx)
52 is for Open XML Workbook With Macros Enabled (*.xlsm)

对于所有可能的文件类型,您可以查看 XlFileFormat Enumeration MSDN 上的页面。

此外,如 Jeeped 所述,如果您保存在 Windows 位置,则文件名中的扩展名不是绝对必要的,因为它应该自动默认为上述扩展名。现在,根据您使用的文件名样式,我猜您正在将文件保存到远程 Unix 位置,这可能是扩展名未自动添加的原因。如果您保存在桌面上,它应该会有所不同。

关于excel - 文件格式 := 51 or 52 doesn't save file as an excel file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48507956/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com