Title here
Summary here
This article contains example code that shows the usage of the ExcelSource component.
The Excel source comes in handy when loading data from excel files.
Consider the following data in the Excel file Source.xlsx
:
ColumnA | ColumnB | ColumnB | ColumnC |
---|---|---|---|
1 | A | X | Test |
2 | B | Y | Test |
3 | C | Z | Test |
Please note that ColumnB
exists twice as header name. So we need to configure the ExcelColumn in the ExcelSource to avoid getting an exception when reading the data.