In Oracle APEX 5.1, empty cells in a grid would export as a hyphen (-
) in CSV files. However, in APEX 24.1, the same empty cells are exported as blank columns in Excel. give me solution without chaning the query with NVL(column_name,'-')
This is how looks in interactive grid.

When download it looks like this in csv like this.

This was working in Apex 5.1 when downloading it downloads with what shows in interactive grid. Since we upgrade from Apex 5.1 to 24.1 it showing blank. Please help on this.