Relative Content

Tag Archive for groovyjirascriptrunner-for-jira

Why does working with XSSFWorkbook modify the original file?

I am currently working in Groovy in Jira Scriptrunner. I am using XSSFWorkbook from apache.
In the script I load a “template” .xslx file, and then modify it with a script. Although the file is never saved to the server under the same filename, only workbook.write(outputStream) and workbook.close() is called, the original file on the server got modified.