Quantcast
Channel: PHPExcel Forum Rss Feed
Browsing all 2707 articles
Browse latest View live
↧

New Post: correct dates using getOldCalculatedValue() with setLoadSheetsOnly()

I did more tests and found that dates are not pulled from the workbook properly if the excel sheet is saved using 2013 and is a protected sheet.Excel 2007 protected sheet (good) 41296 : 01/22/2013...

View Article


New Post: correct dates using getOldCalculatedValue() with setLoadSheetsOnly()

I found my problem, nevermind about this question :)The cell I was using had a formula of 'Today+10 days'. I was expecting to see one date, but the date saved by the other person some days ago was...

View Article


New Post: phpExcel fails to save large sheet with styles and data validation

Hi, Straight to the problem. The usual thing - I have data stored in MySQL database and I need to export it to excel. PhpExcel does the job perfectly, except the fact that it fails to save if the data...

View Article

New Post: error : Sheet index is out of bounds

I'm having this issue as well with the 1.7.8 release.This is my code:$filename = "/home/rob/Desktop/protected.xlsx"; $objReader = PHPExcel_IOFactory::createReader("Excel2007"); $worksheetNames =...

View Article

New Post: Chart support

Hi !Does Charts for Excel2007 format was include in the last release ?Charts are still missing when i open then write a template with 1.7.8 version.Thanks

View Article


New Post: Please...i cannot export to pdf

my error :NOTICE: Please set the $rendererName and $rendererLibraryPath values at the top of this script as appropriate for your directory structuremy location$rendererName =...

View Article

New Post: Graph disapear read and write excel file using PHPExcel

Hi I am using http://phpexcel.codeplex.com for read and write of excel file. I have graph in excel file when i read it and write new data graph disapear. This the example no 7 i.e 07reader.php but...

View Article

New Post: Chart support

Dear MarkBaker, you say that "Charts for the Excel2007 format are targetted for the next release, within the next month. Jan 17, 2011 at 6:57 PM" I still missing graph/chart in version 1.7.8 . Why not...

View Article


New Post: Chart support

MarkBaker wrote: Charts for the Excel2007 format are targetted for the next release, within the next month. I still missing graph/chart in version 1.7.8 . Why not you include in it. Please help us

View Article


New Post: Graph disapear read and write excel file using PHPExcel

You need to explicitly tell PHPExcel to read and to write charts$objReader->setIncludeCharts(TRUE); and$objWriter->setIncludeCharts(TRUE); as shown in the examples

View Article

New Post: Chart support

The read the examples that use charts, and look at my other answer to this question

View Article

New Post: Formatting Cells as String

How do I force a cell value to be treated as a string in Excel, even though the value looks like a long (integer) number (e.g. "123456789123456789")? I want it to be displayed and treated as-is,...

View Article

New Post: Please...i cannot export to pdf

The library path should be the filepath to where you have installed the PDF library that you have set up. The files in PHPExcel/Writer/PDF are the wrappers that PHPExcel uses for your choice of 3rd...

View Article


New Post: Formatting Cells as String

setCellValueExplicit() orsetCellValueExplicitByColumnAndRow()

View Article

New Post: error : Sheet index is out of bounds

If you're using $objReader->setLoadSheetsOnly( array("Sales Dashboard") ); then it will be sheet 0 If you're not loading sheets 0 through 8, then sheet 9 will become the new sheet 0

View Article


New Post: phpExcel fails to save large sheet with styles and data validation

It certainly sounds like a memory problem even though you say otherwise. If it isn't, then nothing in your description tells me what else it could be

View Article

New Post: PHP EXCEL working perfectly on two different test servers but not...

In what way doesn't it work? Errors, file permissions?

View Article


New Post: Formatting Cells as String

Thanks Mark, but I tried both setCellValueExplicit() and setFormatCode(PHPExcel_Style_NumberFormat::FORMAT_TEXT), and still the value shows up in exponential form when I open the sheet. Might there be...

View Article

New Post: Leading zeros being dropped from CSV files

[Sorry, wrong thread -- please ignore/delete]

View Article

New Post: Formatting Cells as String

Oh, nevermind. It might have been a totally different problem; I just ran the same code again, now I get the full string and a green mark in the top left corner (just as you would expect :-) -- Thanks!

View Article
Browsing all 2707 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>