mocoxk opened a new issue, #4555: URL: https://github.com/apache/hop/issues/4555
### Apache Hop version? 2.10.0 ### Java version? openjdk version "17.0.12" 2024-07-16 LTS ### Operating system Linux ### What happened? Error with Excel input. I have a pipeline that generates an Excel XLSX file and in another pipeline I use it as input data, but it is not being read correctly. I have the same pipeline in Pentaho and if I use that file as input in my Hop pipeline, it reads it correctly. So I'm not sure if the problem is with the Excel input or the output that is generating the XLSX file. excel data   excel read from transform correct  excel read from transform with problem  In the last image, you can see that the data is being duplicated and the values in column A are being displayed in column E, which is not correct. This error only occurs if I use the XLSX file generated with Apache Hop, if I use the one generated with Pentaho, it works correctly. ### Issue Priority Priority: 3 ### Issue Component Component: Transforms -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
