johnsmith153 Posted November 29, 2008 Share Posted November 29, 2008 I have an Excel document that does what I want - colours / grids etc. - quite a bit of formatting. However, I need to slot-in one field from a MySQL database. I can create an Excel document from PHP but it just creates plian with no formatting. I could merge the two (must be server side) and this would be great. Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/134699-merge-excel-document-in-php/ Share on other sites More sharing options...
johnsmith153 Posted November 29, 2008 Author Share Posted November 29, 2008 Any ideas anyone? Quote Link to comment https://forums.phpfreaks.com/topic/134699-merge-excel-document-in-php/#findComment-701648 Share on other sites More sharing options...
Mark Baker Posted November 29, 2008 Share Posted November 29, 2008 Impatient for an answer aren't you You'll need to read the workbook, set the appropriate cell values from your database, then rewrite the workbook: Take a look at PHPExcel Quote Link to comment https://forums.phpfreaks.com/topic/134699-merge-excel-document-in-php/#findComment-701651 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.