Table of Contents

Class XlsxWorksheet

Namespace
Shift.Toolbox
Assembly
Shift.Toolbox.dll
public class XlsxWorksheet
Inheritance
XlsxWorksheet
Inherited Members
Extension Methods

Constructors

XlsxWorksheet(string)

public XlsxWorksheet(string name)

Parameters

name string

Properties

Cells

public XlsxCellCollection Cells { get; }

Property Value

XlsxCellCollection

Columns

public XlsxColumnCollection Columns { get; }

Property Value

XlsxColumnCollection

Name

public string Name { get; }

Property Value

string

Rows

public XlsxRowCollection Rows { get; }

Property Value

XlsxRowCollection

WrapText

public bool WrapText { get; set; }

Property Value

bool

Methods

GetBytes()

public byte[] GetBytes()

Returns

byte[]

GetBytes(params XlsxWorksheet[])

public static byte[] GetBytes(params XlsxWorksheet[] xlsxSheets)

Parameters

xlsxSheets XlsxWorksheet[]

Returns

byte[]