When I print to pdf, my cells have some spacing between them, which I cannot get rid of.
Basically I have similar problems as this: How to generate a nice PDF with php Excel? (see the first picture) which is described as solved
By setting cellspacing to 0 borders are handled almost as expected,
So I guess I need to set cellspacing to 0, it's just that I can't find out how to do that.
Update:
I found this http://phpexcel.codeplex.com/discussions/249376. But the solution involves messing with the source code of PHPexcel, I would much rather find a way to achieve this within my project, not changing the PHPexcel files..