Introduced in build 7.1.0.1855
Description
Opens a spreadsheet from a SharePoint Document Library.
C#
vb.net
Parameters
template
The current ExcelTemplate object which is opening the filedocLib
SharePoint Document Library that contains the Excel spreadsheet being openedfileName
The name of the file to open. The file must be a BIFF8 format (Excel 97 or later) .xls or .xlt file or an OOXML format .xlsx, .xlsm, .xltx, or .xltm file.Exceptions
ArgumentNullException
Open will throw this exception ifnull
(C#) or Nothing
(VB.NET) is passed to the method.