Click or drag to resize

Origin2AltaxoWrapperEnumerateAllSpreadsheetsInExcels Method

Enumerates all spreadsheets located in excels together with their full name.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IEnumerable<(string fullName, SpreadSheet spreadSheet, Excel excel)> EnumerateAllSpreadsheetsInExcels()

Return Value

IEnumerableValueTupleString, SpreadSheet, Excel
Enumeration of triples of full name of the spreadsheet, the spreadsheet, and the parent excel.
See Also