对的。
可以对单元格设置只读。
SetCellProtect
函数原型
boolean SetCellProtect(long StartRow, long StartCol, long EndRow, long EndCol, boolean bProtect)
参数说明
StartRow 区域的起始行号 StartCol 区域的起始列号
EndRow 区域的结束行号
EndCol 区域的结束列号
bProtect 如果TRUE,则单元被保护不能修改,否则单元能够修改
说明
设置指定区域的单元格保护或不保护。
如果要返回指定单元格是被保护,则调用[url=mk

MSITStore:C:\Program%20Files\ChinaExcel\CEStudio\help\chinaexcelapi.chm::/html/methods/IsCellProtect.htm]
IsCellProtect[/url]。