Excel
Main Excel API object providing transparent inline methods for reading Excel files
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Excel.type
Members list
Value members
Concrete methods
Read Excel file from an absolute path with compile-time type inference
Read Excel file from an absolute path with compile-time type inference
Value parameters
- filePath
-
Absolute path to the Excel file
- range
-
Optional cell range (e.g., "A1:C10"), empty string reads entire sheet
- sheetName
-
Name of the Excel sheet to read
- typeInferrer
-
Type inference strategy (StringType or FromTuple supported)
Attributes
- Returns
-
ExcelIterator with inferred types
Read Excel file from the classpath with compile-time type inference
Read Excel file from the classpath with compile-time type inference
Value parameters
- filePath
-
Path to the Excel file in the classpath
- range
-
Optional cell range (e.g., "A1:C10"), empty string reads entire sheet
- sheetName
-
Name of the Excel sheet to read
- typeInferrer
-
Type inference strategy (StringType or FromTuple supported)
Attributes
- Returns
-
ExcelIterator with inferred types