How to reproduce use:
- Use system with linux OS (observed on ubunu)
- Use DataFrame.readXls to read any excel file
- switch to another user account
- rerun the the same tests
Expected: It should read the file
Observed: It creates a directory called /tmp/poifiles but with just write permission for the first users. So the second attempt from the other account will fail as shown in the screenshots All later users will struggle with this problem until /tmp is cleaned up manually.
