Skip to content

Comments

DP-5518 - Create ExcelReader.FailedExpressionStrategy examples#234

Merged
DeleTaylor merged 1 commit intomasterfrom
DP-5518-Create_ExcelReader.FailedExpressionStrategy_examples
Feb 15, 2026
Merged

DP-5518 - Create ExcelReader.FailedExpressionStrategy examples#234
DeleTaylor merged 1 commit intomasterfrom
DP-5518-Create_ExcelReader.FailedExpressionStrategy_examples

Conversation

@gvjoshi25
Copy link
Contributor

@gvjoshi25 gvjoshi25 commented Feb 14, 2026

Console output:

-----------------------------------------------
0 - Record {
    0:[Employee ID]:INT=[101]:Integer
    1:[Employee Name]:STRING=[Alice Johnson]:String
    2:[Monthly Salary]:INT=[7500]:Integer
    3:[Bonus Formula]:INT=[750]:Integer
    4:[Cross Reference Formula]:INT=[101]:Integer
}

-----------------------------------------------
1 - Record {
    0:[Employee ID]:INT=[102]:Integer
    1:[Employee Name]:STRING=[Bob Smith]:String
    2:[Monthly Salary]:INT=[6800]:Integer
    3:[Bonus Formula]:INT=[544]:Integer
    4:[Cross Reference Formula]:STRING=[Failed to evaluate cell: SampleData!E3, value: [1]Sheet1!A1]:String
}

-----------------------------------------------
2 - Record {
    0:[Employee ID]:INT=[105]:Integer
    1:[Employee Name]:STRING=[Ethan Clark]:String
    2:[Monthly Salary]:INT=[8000]:Integer
    3:[Bonus Formula]:STRING=[Error evaluating cell SampleData!D4]:String
    4:[Cross Reference Formula]:STRING=[Failed to evaluate cell: SampleData!E4, value: [2]SheetDoesNotExist!Z9]:String
}

-----------------------------------------------
3 records

@DeleTaylor DeleTaylor merged commit cc6de57 into master Feb 15, 2026
1 check passed
@DeleTaylor DeleTaylor deleted the DP-5518-Create_ExcelReader.FailedExpressionStrategy_examples branch February 15, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants