Version

Search Results

IsWorkbookEncrypted(String) Method

Determines whether the workbook at the specified path is encrypted with an open password. Syntax Parameters path The path of the file to check for encryption. Return Value True if the file contains a workbook which is encrypted; False otherwise Exceptions Exception Description System.ArgumentNullException Occurs w...

IsWorkbookEncrypted Method

Determines whether the workbook at the specified path is encrypted with an open password. Overload List

IterativeCalculationsEnabled Property

Gets or sets the value which indicates whether iterations are allowed while calculating formulas containing circular references. Syntax Property Value The value which indicates whether iterations are allowed while calculating recursive formulas. Remarks When iterative calculations are enabled, a formula is allowed...

Load(Stream,Boolean) Method

Reads a workbook from a stream. Syntax Parameters stream The stream to read the workbook from.verifyExcel2007Xml A boolean specifying whether or not to verify the contents of the markup against the rules defined in Part 2 of the Office Open XML - Open Packaging Conventions document (see final draft, ECMA document ...

Load(Stream,IPackageFactory) Method

Reads a workbook from a stream. Syntax Parameters stream The stream to read the workbook from.packageFactory An IPackageFactory which can be used to open an IPackage from a stream. Return Value The workbook loaded from the stream. Exceptions Exception Description System.ArgumentException stream does not contain va...

Load(Stream,IPackageFactory,Boolean) Method

Reads a workbook from a stream. Syntax Parameters stream The stream to read the workbook from.packageFactory An IPackageFactory which can be used to open an IPackage from a stream.verifyExcel2007Xml A boolean specifying whether or not to verify the contents of the markup against the rules defined in Part 2 of the ...

Load(Stream,WorkbookLoadOptions) Method

Reads a workbook from a stream. Syntax Parameters stream The stream to read the workbook from.loadOptions The options to use to load the stream or null to use the default options. Return Value The workbook loaded from the stream. Exceptions Exception Description System.ArgumentException stream does not contain val...

Load(String,Boolean) Method

Reads a workbook from a file. Syntax Parameters fileName The file from which to read the workbook.verifyExcel2007Xml A boolean specifying whether or not to verify the contents of the markup against the rules defined in Part 2 of the Office Open XML - Open Packaging Conventions document (see final draft, ECMA docum...

Load(String,IPackageFactory) Method

Reads a workbook from a file. Syntax Parameters fileName The file from which to read the workbook.packageFactory An IPackageFactory which can be used to open an IPackage from a stream. Return Value The workbook loaded from the file. Exceptions Exception Description System.ArgumentException fileName is a path to an...

Load(String,IPackageFactory,Boolean) Method

Reads a workbook from a file. Syntax Parameters fileName The file from which to read the workbook.packageFactory An IPackageFactory which can be used to open an IPackage from a stream.verifyExcel2007Xml A boolean specifying whether or not to verify the contents of the markup against the rules defined in Part 2 of ...