public void Save( Stream stream, WorkbookSaveOptions saveOptions )
Exception | Description |
---|---|
System.ArgumentNullException | stream is null. |
System.InvalidOperationException | The workbook has no worksheets in its Worksheets collection. |
System.InvalidOperationException | No worksheet in this workbook's Worksheets collection has its DisplayOptionsBase.Visibility set to Visible. |
System.InvalidOperationException | A CustomView in the workbook's CustomViews collection has all worksheets hidden. At least one worksheet must be visible in all custom views. |
The workbook will be written in the format specified by the CurrentFormat.
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+