You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a dialog box / API for opening the file.
API should be along the lines of:
{{{
public class PasswordDialog
{
public static OfficeCryptoStream OpenStream(String file)
}
}}}
Try to open the steam as plaintext first. If unsuccessful, show the password
dialog until success or Cancel of the operation (returning null).
Original issue reported on code.google.com by [email protected] on 7 Oct 2009 at 8:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Oct 2009 at 8:56The text was updated successfully, but these errors were encountered: