The Fall 2025 Technical Refreshes brought some significant improvements to the GENERATE_SPREADSHEET SQL scalar function. These being:
- Execute SQL statement within an IFS files
- Append results from another SQL statement to an existing spreadsheet
- Create a new worksheet, and start the output at a specific row and column
- End the Java program that is started to generate the spreadsheet
- No longer have to use STDOUT to capture information from GENERATE_SPREADSHEET
I am not going to repeat what I have said in previous posts. But, I am going to give an example, below of generating a spreadsheet as a reminder:



