In component TTMSFNCDataGridExcelIO, Options.ImportLockedCellsAsReadOnly has no effect.
There’s a commented line in unit VCL.TMSFNCDataGridExcelIO.pas:
if (FOptions.ImportLockedCellsAsReadonly) then
begin
// Renderer.ReadOnlys[cg, rg] := fm.Locked;
end;