ExcelWorkbook_Get

Description

Gets a workbook from an existing file


Additional Info

Provides access to the culture-specific settings of the spreadsheet.

DocumentFormat DocumentFormat

Specifies the format of the loaded document.


Input

File InArgument<IDmFile> REQUIRED

The excel file from which to get the Workbook object.

If File is specified the file path will not be taken into account.

File Path InArgument<String>

Server side path where the excel file exists.

If File is specified the file path will not be taken into account.

Misc