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.
我想使用 WIN 32 写入现有的 Excel 工作簿。我想确保它已启用编辑。你有什么想法我该怎么做?
谢谢!
您是在询问启用编辑的整个文件还是仅启用单元格?
如果整个文件在被其他用户打开时应该有一个 ~$.xlsm 文件。在 perl 你会
if( -e "\~\$$filename"){print "file is locked.\n";}
如果您想了解的只是被锁定的单元格。ParseExcel 格式->锁定