Is there any way I can use PHP to format a column in Excel? Say i needed to format column E to show the contents of the cells in that column with a custom date format [h]:mm;@ to be exact. So with PHP can i somehow send that code to have column E formatted that way?
Thanks.