in reply to Re: WriteExcel Gives Border By Default
in thread WriteExcel Gives Border By Default

Thanks that worked perfectly. That was exactly what I needed

I slightly modified it to this:

$worksheet->hide_gridlines(1);

I still wanted the gridlines in the excel file (I was probably a little unclear, my bad), I just didn't want to see them when I printed the file.

Thanks again for the help. I keep trying to use set_border and other variants, but being gridlines and not a border makes things a bit more clear now