I am using php to create a sales report on a XLS document.
I am doing this by writing a HTML string to a file.
Layout is OK but two problems.
1. The columns are much wider than the HTML table in the browser
2. Don't know how to insert a page break
Anybody help me with this?
Thanks
I am doing this by writing a HTML string to a file.
Layout is OK but two problems.
1. The columns are much wider than the HTML table in the browser
2. Don't know how to insert a page break
Anybody help me with this?
Thanks
Comment