Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Excel File input unable to read calculated cell #3670

Closed
kenvang opened this issue Feb 26, 2024 · 2 comments
Closed

[Bug]: Excel File input unable to read calculated cell #3670

kenvang opened this issue Feb 26, 2024 · 2 comments
Assignees
Labels
bug P2 Default Priority Transforms
Milestone

Comments

@kenvang
Copy link

kenvang commented Feb 26, 2024

Apache Hop version?

2.7.0

Java version?

JDK-17

Operating system

Windows

What happened?

The Excel File Input transform when assigned an excel file and with the default parameters (the fields and field types the transform recommends), whenever the transform arrives at a specific row/field (look at example) the transform gives a HopCelValue exception: Cannot convert field "" from cell on sheet 1, row 68, column 5:, unsupported type Number formula with value: 34002.227. This same exception is also triggered when the troublesome fields are read as a string.
[Bug] Excel File input unable to read calculated cell.zip

Issue Priority

Priority: 2

Issue Component

Component: Transforms

@sramazzina
Copy link
Contributor

Hi @kenvang. First of all, because jdk 17 is not yet currently supported by Hop, can you please make a try with jdk 11?

Thanks for your cooperation

@bamaer
Copy link
Contributor

bamaer commented Feb 26, 2024

I checked last week, same behavior with java 11.

@bamaer bamaer self-assigned this Feb 26, 2024
@hansva hansva closed this as completed in fd2b3f8 Mar 2, 2024
hansva added a commit that referenced this issue Mar 2, 2024
support for formula types. fixes #3670
@hansva hansva added this to the 2.9 milestone Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug P2 Default Priority Transforms
Projects
None yet
Development

No branches or pull requests

4 participants