Version

Worksheet Class

Represents one worksheet in a Microsoft Excel workbook.
Syntax
public class Worksheet : Sheet 
Remarks

An Excel worksheet is essentially a table with a limited number of rows and columns. To create new worksheet, use WorksheetCollection.Add method of the Workbook.Worksheets collection on a Workbook instance.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also