New Post: Graph disapear read and write excel file using PHPExcel
Sorry, my english isn't that great... I have a excel file with 6 worksheets; I also have several functions that write tables and chart in them. The thing is, when I write the first one, no problem. The...
View ArticleNew Post: Graph disapear read and write excel file using PHPExcel
So you're loading a single sheet from an xls file, adding charts to that sheet, and saving as an xlsx.... I don't see anything in this code to indicate that there should be more than one worksheet in...
View ArticleNew Post: Graph disapear read and write excel file using PHPExcel
This is for one sheet only, the others functions are very similar, (that's why I only posted one) the thing is that it erases the chart of the previous sheet. Each time I only need to access one sheet...
View ArticleNew Post: Graph disapear read and write excel file using PHPExcel
So you're loading a worksheet each time, adding charts, then saving the file? You're not saving to the same filename each time are you?
View ArticleNew Post: Graph disapear read and write excel file using PHPExcel
Yes! That's how I have to do it actually. But, even if it was the same filename shouldn't erase the work done before.. is it? (btw thank you so much for replying) edit. tried with different file names,...
View ArticleNew Post: Graph disapear read and write excel file using PHPExcel
If you save several files with the same filename, then each save will overwrite the previous file with that filename. If you save with different filenames, then it won't overwrite, because it's a...
View ArticleNew Post: Graph disapear read and write excel file using PHPExcel
Ok, I know it will overwrite the existing file, but the only thing that it's missing it's the charts, the data written before is fine.
View ArticleNew Post: Graph disapear read and write excel file using PHPExcel
This is what I'm doing: 1- Open the file-> write a single sheet (charts and tables)->save 2- same thing, but now in the "second save", only charts are missing Using same and different filenames
View ArticleNew Post: Loading xlsx to reader
Hello, Couldn't find much in my searching online. My issue is occurring when I attempt to load xlsx files into PHPExcel. Extension xls works fine. It is not a memory issue. Please see code below:try {...
View ArticleNew Post: Loading xlsx to reader
Alright doing further investigations. I executed the same process on two different servers with identical processes and files. Works fine on one but not the other. What would cause it just to die out...
View ArticleNew Post: strange bug with phpexcel
a user downloads a file from the Internet. when you try to import it with phpexcel, an error occurs. Fatal error: Uncaught exception 'PHPExcel_Exception' with message 'You tried to set a sheet active...
View ArticleNew Post: Error format with excel5
Hi. I read file by MS Excel 2010. When I export file .xlsx use 'Excel2007', It's very ok. But when I export file .xls use 'Excel5', file incorrect format. Someone help me, plz. Thanks.
View ArticleNew Post: Loading xlsx to reader
Even further investigation. Working server: PHP 5.3.1 Other server: PHP 5.2.8 Both support PHPExcel
View ArticleNew Post: PHP error generating excel worksheets
Hi people: I'm new in this forum. Recently i've been using PHPtoExcel successfully at localhost. I finished my project and uploaded it to another host. I found some error running scripts related with...
View ArticleNew Post: PHP error generating excel worksheets
Yes, it is a version error, one introduced since the last production release: short array syntax was introduced in PHP version 5.4 But that error was also fixed some months ago.
View ArticleNew Post: PHP error generating excel worksheets
Thank you MarkBaker! so...there's no way to solve it through php.ini with 5.3.3? the only way is updating PHP to newer version? (5.4 or above)
View ArticleNew Post: PHP error generating excel worksheets
No, the way to solve it is to get the latest develop branch code from github, where the issue has been fixed
View ArticleNew Post: Invalid character found in sheet code name
Just getting the hang of things with extracting data from ODS and echoing to terminal with PHP, and I ran into the above throw immediately. PHPExcel 1.8.0 on PHP 5.3.3 I have a spreadsheet for...
View ArticleNew Post: Allow PHPExcel to understand OOCalc sheet.range notaion as well as...
I've been digging through the source with my very limited knowledge of PHP and have had no luck so far. Is it possible to set up PHPExcel to be able to use OOCalc's notation properly for...
View Article