I have a strange issue with eclipse. When I put a .xls file in the src/test/resources path it is copied by eclipse to the target path.
However, the file in the target path is not the same anymore. I cannot open it in MS Excel anymore and when I compare the two files, I see some binary differences. How can this happen?
PS: my eclipse environment is generated with maven.
Thanks to the above answers we found out how to deal with the problem: