I have an excel file I want to create from a PROC REPORT step, using ODS TAGSETS.ExcelXP and an adjusted version of the style MINIMAL. I want to have the first column in the output to have white borders (so it doesn't look like it has a border) while the rest of the columns have the black border from MINIMAL still.
I have been trying all day to do it but alas, no success! It is either changing all the borders, or none.
I have tried using
- proc template to edit the minimal style
- style=[bordercolor=white] and all variants to change borders (eg. borderleftcolor etc.)
- style(column)=[bordercolor=white] where this and the one above were tried all over the place in proc report (as a proc report style, as a define style).
Please help! :(
An example output would be like below: