gpt4 book ai didi

excel - 有没有办法将 Excel 文件嵌入到我的可执行 (exe) 文件中?

转载 作者:行者123 更新时间:2023-12-03 02:16:22 25 4
gpt4 key购买 nike

我创建了一个 AutoHotKey 可执行文件来打开启用宏的 Excel。我只想与我的同事分享 exe 文件(而不是 excel 文件)。这可能吗?

最佳答案

当然可以。这太容易了。请引用:

文件安装:将指定文件包含在脚本的编译版本中并将其写入 Dest。

FileInstall, Source, Dest [, Overwrite]

位于https://www.autohotkey.com/docs/commands/FileInstall.htm

看一下例子:

FileInstall, C:\My Documents\My File.txt, %A_ProgramFiles%\My Application\Readme.txt, 1

FileInstall, Make Dragon Commands - Copy.png, %Me%.png, 0
Gui, Add, Picture, , %Me%.png ; add a graphic
FileDelete, %Me%.png

将图形添加到 GUI。

关于excel - 有没有办法将 Excel 文件嵌入到我的可执行 (exe) 文件中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58653988/

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