Hi,
I have a report where I'm using ods excel to create a main tab that has summary tables and graphs and a secondary tab with a data dump using proc export. I do this by closing ods excel and using proc export to do the dump. However, I don't like the ods excel layout where all cells don't have borders. In fact, i'd rather use the default excel look with the grey borders on every cell but I cant seem to find anything on ods that allows me to enable the borders/gridlines. I thought it was options(gridlines="on") but that doesnt seem to have an effect on the output report.
Does anyone have a solution for this?