I have a site for a client where data can be downloaded as Excel spreadsheets. The code is very basic, just using the header() to specify Excel format.
Now I am getting a request to have the spreadsheets specifically formatted so that they will print in landscape and have specific page breaks.
I've tried searching around for information regarding specifying Excel formatting and PHP, but I can't really find anything.
Does anyone know if this is possible within PHP coding and if there is a good reference for how to do this? I've found lots of references for converting stuff FROM Excel, or converting database data to Excel, but nothing like what I'm looking for.
Thanks.