prior to apex 5 with header text set as follows, prevents column wrapping. This does not work in APEX 5, is there some other workaround to prevent column wrap in apex 5 IR?
<style type="text/css">
}table.apexir_WORKSHEET_DATA_td {white-space: nowrap;}
</style>