By Jonathan Cornu on Wednesday, 21 June 2023
Posted in C# Development
Likes 0
Views 549
Votes 0
I would like to open some sheets to readonly.
I don't find the method for that.

This work only for the first sheet, all other sheets in loop is open narmaly :
sheet.open(SheetOpenBehavior.Visio)
View Full Post