Origin2AltaxoWrapperEnumerateAllSpreadsheetsInExcels Method | 
            Enumerates all spreadsheets located in excels together with their full name.
            
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic IEnumerable<(string fullName, SpreadSheet spreadSheet, Excel excel)> EnumerateAllSpreadsheetsInExcels()
Return Value
IEnumerableValueTupleString, 
SpreadSheet, 
ExcelEnumeration of triples of full name of the spreadsheet, the spreadsheet, and the parent excel.
See Also