Class XlsxWorksheet
- Namespace
- Shift.Toolbox
- Assembly
- Shift.Toolbox.dll
public class XlsxWorksheet
- Inheritance
-
XlsxWorksheet
- Inherited Members
-
- Extension Methods
-
Constructors
public XlsxWorksheet(string name)
Parameters
name string
Properties
public XlsxCellCollection Cells { get; }
Property Value
- XlsxCellCollection
public XlsxColumnCollection Columns { get; }
Property Value
- XlsxColumnCollection
public string Name { get; }
Property Value
- string
public XlsxRowCollection Rows { get; }
Property Value
- XlsxRowCollection
WrapText
public bool WrapText { get; set; }
Property Value
- bool
Methods
Returns
- byte[]
public static byte[] GetBytes(params XlsxWorksheet[] xlsxSheets)
Parameters
xlsxSheets XlsxWorksheet[]
Returns
- byte[]