Click or drag to resize

Origin2AltaxoWrapperEnumerateAllSpreadSheets Method

Enumerates all spreadsheets together with their full name.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<(string fullName, SpreadSheet spreadsheet)> EnumerateAllSpreadSheets(
	bool considerSpreadsheetsInExcelsToo
)

Parameters

considerSpreadsheetsInExcelsToo  Boolean
If set to , spreadsheets in Excel objects are included.

Return Value

IEnumerableValueTupleString, SpreadSheet
Enumeration of tuples containing the full name of the spreadsheet and the spreadsheet.
See Also