Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.7.1
ASP/COM Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication > Properties > DecryptPassword

ExcelApplication is not
available in ExcelWriterSE.

DecryptPassword Property

Syntax:

[VBScript]
Property DecryptPassword As String (read/write) 

Description:

Before opening an encrypted spreadsheet, set DecryptPassword to the password set using EncryptPassword or in Microsoft Excel (Tools -> Options... -> Security).

Set DecryptPassword before calling Open.

Example:

[VBScript]
Set oXLW = Server.CreateObject("Softartisans.ExcelWriter")
...
oXLW.DecryptPassword = "MyPassword"



Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.