Click or drag to resize

OriginAnyParserConvertSpreadToExcel Method

Converts a multi-sheet spreadsheet into an Excel workbook representation.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ConvertSpreadToExcel(
	int spread
)

Parameters

spread  Int32
The index of the spreadsheet to convert.
See Also