Origin2AltaxoWrapperEnumerateAllSpreadSheets Method |
Enumerates all spreadsheets together with their full name.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IEnumerable<(string fullName, SpreadSheet spreadsheet)> EnumerateAllSpreadSheets(
bool considerSpreadsheetsInExcelsToo
)
Parameters
- considerSpreadsheetsInExcelsToo Boolean
- If set to , spreadsheets in Excel objects are included.
Return Value
IEnumerableValueTupleString,
SpreadSheetEnumeration of tuples containing the full name of the spreadsheet and the spreadsheet.
See Also