Save an ISExcelWorkbook object to the Document Manager in the form of a XLSX file.

Syntax

finDocumentManagerFunctions.SaveExcelWorkbookToDocumentManagerXlsxClient(clientId, excelWorkbook, baseFileName, documentManagerFileName, documentManagerFileNameRelative)

Parameters

NameTypeOptionalByRefDescription
clientId String The Client Id.
excelWorkbook ISExcelWorkbook The Excel Workbook.
baseFileName String The Base File Name, e.g., "Client_Workbook_1". Any path or file extension details will be removed.
documentManagerFileName String ByRef The full File Name that was generated to save to the Document Manager, e.g., "Client_Workbook_1_201603070930.xlsx".
documentManagerFileNameRelative String ByRef The File Name that was generated relative to the Document Manager path, i.e., the File Name that should be recorded against a Log record.

Return Value

Boolean

A Boolean value indicating success.

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