Why do you use booleans in [WordProcessingDocument|SpreadsheetDocument|PresentationDocument].Ope
Furthermore, the boolean approach drifts away from Framework Design Guidelinerecommendations. I like the new API and don't want to see it have methods that start to look like Method(true,false,true). Please strongly consider using much more readable enums than booleans. In addition, it'll make it similar to System.IO.File.Open and System.IO.Packaging.Package.Open.
I've just started to work with the SDK, so I noticed it on this method first. The same concept might apply elsewhere too.
Again, thanks for the great API -- I think with a few tweaks like this, it'll really shine.

