You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hop.apache.org by GitBox <gi...@apache.org> on 2022/11/29 13:41:09 UTC

[GitHub] [hop] mattcasters opened a new issue, #1843: [Bug]: Excel Input transform modifies xlsx file

mattcasters opened a new issue, #1843:
URL: https://github.com/apache/hop/issues/1843

   ### Apache Hop version?
   
   2.2.0
   
   ### Java version?
   
   openjdk version "11.0.17" 2022-10-18
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   File sample.xlsx is modified during the execution of the integration tests. These only read the file.
   Apparently we need to open the file as read-only in the POI API to prevent this.
   
   https://stackoverflow.com/questions/39920260/apache-poi-reading-modifies-excel-file
   
   ### Issue Priority
   
   Priority: 1
   
   ### 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: dev-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] mattcasters commented on issue #1843: [Bug]: Excel Input transform modifies xlsx file

Posted by GitBox <gi...@apache.org>.
mattcasters commented on issue #1843:
URL: https://github.com/apache/hop/issues/1843#issuecomment-1330954081

   PR https://github.com/apache/hop/pull/1845


-- 
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: dev-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] mattcasters closed issue #1843: [Bug]: Excel Input transform modifies xlsx file

Posted by GitBox <gi...@apache.org>.
mattcasters closed issue #1843: [Bug]: Excel Input transform modifies xlsx file
URL: https://github.com/apache/hop/issues/1843


-- 
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: dev-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org