I want to show an excel file and prevent the user from editing it. But I fail to make it readonly.
I tried:
GridDesktop.ImportExcelFile with parameter “openasReadOnly = true”
“gridDesktop.Worksheets[0].SetAllCells…...Protected = true” (source: Aspose.grid.desktop does'nt support readonly...