New Post: how to use phpword
I have the download but the installisation process is not well documented kindly help me to know how to use the phpword and mostly insert pictures on my word files. Any help is higly appreciated nthiga
View ArticleNew Comment on "Documentation"
Hi i m new for this please let me know How to add table in word file using this PHP word?
View ArticleNew Post: manipulate template
I had the same issue. To resolve it I wrote a small function to clone a template row. The concept is as follows:Create a template with one or more tables each containing one row that will be used as a...
View ArticleNew Post: Embedding excel files generated with PHPExcel
PHPWord can't embed xlsx files generated with PHPExcel and, while it can embed the xls-output of PHPExcel, when trying to open these excel attachments in the Word document generated by PHPWord, I get...
View ArticleNew Post: Embedding excel files generated with PHPExcel
Replying to myself. I've figured out what needs to be done to let PHPWord embed xlsx attachments into a Word document (and also PDF, docx, pptx and other formats). I should have the modified code in a...
View ArticleNew Post: styles for table - how to set background
Can you please send the code to set the table width to 100%
View ArticleNew Post: PHPWord version capable of embedding docx. pptx and xlsx files into...
I have created a version of PHPWord which allows to generate Word documents with embedded .xls. .xlsx, .doc. .docx. .ppt and .pptx files. It's not capable to attach PDFs because PDFs have to be...
View ArticleCommented Issue: Advanced string replace in setValue [49]
When started using Phpword it saved me a lot of time as i needed to replace a template in docx using php. I had a minor issue when started using the setValue method. I found that using Word, the...
View ArticleCommented Issue: PHPWord outputs corrupt file. [38]
I used the example code from PHPWord's site: http://phpword.codeplex.com/documentation And when I try and open it with Word I get the error "The Office Open XML file test.docx cannot be opened because...
View ArticleCreated Issue: temp file creation [53]
Hello, I am getting some permission related errors with this library. I noticed the following line in the constructor of PHPWord_Template (line 67 of Template.php in my version):...
View ArticleCommented Issue: temp file creation [53]
Hello, I am getting some permission related errors with this library. I noticed the following line in the constructor of PHPWord_Template (line 67 of Template.php in my version):...
View ArticleNew Post: Image behind of text for header
Hello, I would like to create a background image that appears on all sheets like background for a presentation document. I like to put a image like header and assing it the property "behind text" Can...
View ArticleNew Post: GITHUB? -> Library seems to be moved to github
Hello Guys, the lib seems to be moved to github.https://github.com/PHPOffice/PHPWord Please update the project page :D Regards Kay
View ArticleNew Post: PHPWord version capable of embedding docx. pptx and xlsx files into...
Since i received a request for this version of PHPWord, but don't know how to post a new version of PHPWord here, I'll simply post as a reply to this message the source code of the files I modified....
View ArticleNew Post: PHPWord version capable of embedding docx. pptx and xlsx files into...
File media.php in PHPWord directory:<?php /**PHPWord *Copyright (c) 2011 PHPWord *This library is free software; you can redistribute it and/ormodify it under the terms of the GNU Lesser General...
View ArticleNew Post: PHPWord version capable of embedding docx. pptx and xlsx files into...
File section.php in PHPWord directory:<?php /**PHPWord *Copyright (c) 2011 PHPWord *This library is free software; you can redistribute it and/ormodify it under the terms of the GNU Lesser General...
View ArticleNew Post: PHPWord version capable of embedding docx. pptx and xlsx files into...
File object.php in PHPWord/Section directory:<?php /**PHPWord *Copyright (c) 2011 PHPWord *This library is free software; you can redistribute it and/ormodify it under the terms of the GNU Lesser...
View ArticleNew Post: PHPWord version capable of embedding docx. pptx and xlsx files into...
File cell.php in PHPWord/Section/Table directory:<?php /**PHPWord *Copyright (c) 2011 PHPWord *This library is free software; you can redistribute it and/ormodify it under the terms of the GNU...
View ArticleNew Post: PHPWord version capable of embedding docx. pptx and xlsx files into...
File word2007.php in PHPWord/Writer directory:<?php /**PHPWord *Copyright (c) 2011 PHPWord *This library is free software; you can redistribute it and/ormodify it under the terms of the GNU Lesser...
View Article