Created Unassigned: In IPAD Download docx issues [99]
In IPAD when I download the docx files it will download the file in .html & data are in discarded format
View ArticleNew Comment on "Documentation"
how to insert new line on a cell table? I've tried this: $table->addCell(4000)->addText($nama." <br /> ".$nip); but code above doesn't give me a line break.
View ArticleNew Post: How to integrate PHPWord with CodeIgniter
Hi: I'm Rainer, i'have a problem withn integration PHPWord and CodeIgniter, please help me how to integrate... Regards Rainer
View ArticleCreated Unassigned: Edit header/footer of an existing document through...
Hello,Could somebody please help me out with this? I need to add a functionality to my web application that enables the user to replace the content of header/footer of a existing Word document with...
View ArticleNew Post: Edit header/footer of an existing document through PHPWord.
Hello, Sorry, I posted this query in the issues section as well. I don't really think its an issue with PHPWord. But its something need to figure out and need help on it. Could somebody please help me...
View ArticleNew Post: Edit header/footer of an existing document through PHPWord.
Sorry, I posted this query in the issues section as well. I don't really think its an issue with PHPWord. But its something need to figure out and need help on it. Could somebody please help me out...
View ArticleNew Post: Copy a Table from an Excel file and Paste it onto a Word file
Is that possible with PHPWord / PHPExcel ?
View ArticleNew Post: Style Separator
Hi, is there a way to insert/use Style Separators to use in TOC?
View ArticleNew Post: How to add Image to template?
add in Template.php class : public function replaceStrToImg( $strKey, $arrImgPath ){ $strKey = '${'.$strKey.'}'; if( !is_array($arrImgPath) ) $arrImgPath = array($arrImgPath); $rels =...
View ArticleNew Post: Images in Templates
add in Template.php class : public function replaceStrToImg( $strKey, $arrImgPath ){ $strKey = '${'.$strKey.'}'; if( !is_array($arrImgPath) ) $arrImgPath = array($arrImgPath); $rels =...
View ArticleNew Post: Adding Tab-spaces to Word documents
I cannot seem to find any examples of how to add tab-spaces to the document using PHPWord. Can anyone assist with some example code?
View ArticleCreated Unassigned: Georgian characters in a template [101]
I use TemplateProcessor class```$templateProcessor = new \PhpOffice\PhpWord\TemplateProcessor('PhpWord/doc/temp/test.docx'); $templateProcessor->setValue('test','თბილსერვის' );. . . ```and ${test}...
View ArticleEdited Unassigned: Georgian characters in a template [101]
I use TemplateProcessor class```$templateProcessor = new \PhpOffice\PhpWord\TemplateProcessor('PhpWord/doc/temp/test.docx'); $templateProcessor->setValue('test','თბილსერვის' );. . . ```and ${test}...
View ArticleNew Comment on "Documentation"
some parts of the functions are missing, but it is still great job!!
View ArticleNew Post: Create a text with a newspaper style (sample 05 is not working)?
I'm Trying use the sample 05 on phpword to create a text with Multi Columns (like a newspaper). The sample here:https://github.com/PHPOffice/PHPWord/blob/develop/samples/Sample_05_Multicolumn.php#L1...
View ArticleCommented Unassigned: setValue() not working [57]
here is my php code:```$PHPWord = new PHPWord();$template = $PHPWord->loadTemplate(APPPATH.'files/test.docx');$template->setValue('test1', 'hello');$template->setValue('test2',...
View ArticleCreated Unassigned: I have a form where user are filling questionnaire , When...
I have a form where user are filling questionnaire , When they submit special characters The doc created is corruptedHow can I fix this My code ```require_once 'src/PhpWord/Autoloader.php';...
View ArticleNew Post: Html to .docx (ol, li, p, span)
Hello, I'm using PHPWord to generate .docx words, from HTML. I have the following situation:<ol><li>I'm directly inside the LI tag</li><li><span>I'm directly inside the...
View Article