Adds the specified Excel Workbook to the Document Manager.

Syntax

finDocumentFiles.AddExcelWorkbook(excelWorkbook, destFileCategory, destFileName, newDocumentFile, [addDateTimeToDestFileName], [makeDestFileNameUnique], [openPassword])

Parameters

NameTypeOptionalByRefDescription
excelWorkbook ISExcelWorkbook
destFileCategory String The destination File's Category.
destFileName String The destination File Name.
newDocumentFile finDocumentFile ByRef If successful, the Document File that was added.
addDateTimeToDestFileName Boolean Optional If True, the Date and Time is added to the Destination File Name. If omitted, a value of True is assumed.
makeDestFileNameUnique Boolean Optional If True, the Destination File Name will be made unique by adding a Number suffix. If omitted, a value of True is assumed.
openPassword String Optional

Return Value

Boolean

A Boolean value indicating success.

Member of:
finDocumentFiles
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0