I'm new to PHPExcel, I'm using it for a tool that needs to be able to export to HTML, Excel, CSV, PDF...
Anyway, I have things working pretty much but when I do the HTML export (and the PDF because I made my PDF export a rotated printout of the HTML export) my graph labels are all running on top of each other.
I know PHPExcel is using JpGraph and I see on JpGraph's site (http://jpgraph.net/download/manuals/chunkhtml/ch08s04.html) that it's possible to rotate the labels.
The Excel download has the labels rotated, but I'm assuming it's OpenOffice doing that automatically
Is there a way to tell PHPExcel to rotate the labels?
Anyway, I have things working pretty much but when I do the HTML export (and the PDF because I made my PDF export a rotated printout of the HTML export) my graph labels are all running on top of each other.
I know PHPExcel is using JpGraph and I see on JpGraph's site (http://jpgraph.net/download/manuals/chunkhtml/ch08s04.html) that it's possible to rotate the labels.
The Excel download has the labels rotated, but I'm assuming it's OpenOffice doing that automatically
Is there a way to tell PHPExcel to rotate the labels?