Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个批处理文件,当我运行这个文件时,应该打开一个包含一些列的 excel 文件。
假设我单击批处理文件,带有列名称、项目、ID 的 excel 文件也应该包含在 excel 文件中。
同样,应该打开一个宏。
请帮忙。我对此一无所知。
我认为不可能用纯批处理来自动化 excel。
为什么不:
copy template.xslx newfile.xslx
`Start newfile.xslx
对于新文件,您要么必须生成一个随机名称或基于时间戳的名称,要么让用户在制作副本之前输入名称。