New Post: formatted cells and richtext
Yes you're right, your example is working. The problem was in my (more complex) code! Thanks! But one more question: when I'm adding the line $objRichText->createText(' another Text. '); after...
View ArticleNew Post: formatted cells and richtext
Only the actual text is modified from the examples in 02types.php and 05featuredemo.inc.php// Create a rich text run $objRichText = new PHPExcel_RichText(); $objRichText->createText('Goodbye ');...
View ArticleNew Post: how to set a comment with an image on a cell
I want to insert an image into a cell. I'm aware that this isn't really supported by Microsoft Excel, but there are workarounds, and the workaround that suits me best is to add a comment to the cell,...
View ArticleNew Post: ZipArchive xlsx reading warnings/errors
I've been researching my problems now for some time and it appears that the common solutions aren't doing much for me. I've done my best to boil my problem down to the simplest example that will...
View ArticleNew Post: Extract embedded object from excel in php
Hi all, i have excel sheet which contains object as zip and , i need to extract and store in database using PHP . Can anyone give me a help . Thanks in advance :)
View ArticleNew Post: Get specific images from XLS file
Hi , I ll be so happy if it is possible to read embedded object (example.zip ) like image from excel using PHP . Can any one help me Thanks.
View ArticleNew Post: How to duplicate a Sheet
hi, i try you code MarkBaker but show me an error Argument 1 passed to PHPExcel_Cell::attach() must be an instance of PHPExcel_CachedObjectStorage_CacheBase, instance of PHPExcel_Worksheet given,...
View ArticleNew Post: How to use template to create many page?
template: student name: age: form: class: no: . . . i use the example(30template.php to fill the cell), it is work. but i can't know how to create many page. for example: page1: student name: johh...
View ArticleNew Post: How to use template to create many page?
Make a copy of your sheet : $NewSheet=$TemplateSheet->copy() Change the title : $NewSheet->setTitle('Dont Exists in Workbook') Add the sheet : $objPHPExcel->addSheet($NewSheet) Perhaps broken...
View ArticleNew Post: Problem with Graph generation
hi, you want to save the file and then open it? to save server somewhere you put the url in $objWriter->save("URL"); The Header is to open the file after saving it, forgive me but I'm writing using...
View ArticleNew Post: Error on creating chart
this your code or of one library?? to me was the same, and that is the name of cells that do not exist in the worksheet
View ArticleNew Post: How to use template to create many page?
thanks for you reply. But I want to create multiple pages on one sheet, no multiple sheets. Do you have other way? thanks
View ArticleNew Post: GRAPHICS
I'm sorry but I needed it urgently. You're part of the developers of this library?, If so let me congratulate you on the great library they have done. But still lack good documentation, I searched on...
View ArticleNew Post: setDataValues
nobody know about this???? pliz help me, i don't know used this
View ArticleNew Post: How to use template to create many page?
Multiple pages to print ? See the setBreak() method (doc. 4.6.14).
View ArticleNew Post: setDataValues
The package comes with examples of how to do various things. Check those examples. I think there are some that cover this.Christopher Mullins
View Article