Link Search Menu Expand Document

SpreadsheetExportToJaggedArray Method (String)

Return the cells in the named worksheet as a jagged array

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public string[][] ExportToJaggedArray(
	string worksheetName
)

Parameters

worksheetName
Type: SystemString
Name of worksheet to export

Return Value

Type: String
A jagged array
See Also

Reference