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

New Post: Getting Error "Excel cannot open the file '....xlsx' because the...

Hi, Just wanted to add solution for my recent problem in PHPExcel. I got error while opening excel because I used scandic in "Set document properties". I took me over an hour to solve this issue, but...

View Article


New Post: Read/Write macro in .xlsm

Hi everyone, I have a xlsm file with macros but I couldn't read because I have the following error: "Out of memory". I'm using linux server and php laravel. My file has 4MB. I would like to read and...

View Article


New Post: [PhpExcel 1.8.0] Read/Write Excel File with Macros and Buttons

Hello. I'm working on an application using PhpExcel that is supposed to read an Excel file (as a template), fill it and save it in my server. My problem is that the Excel template contains a macro...

View Article

New Post: Excel reference is not carrying while HTML export of an excel sheet

Hello, I am generating a HTML page from an excel sheet having cells and columns linked from other workbooks. Problem is when i try to convert that excel sheet to HTML, it is not carrying calculated...

View Article

New Post: Excel reference is not carrying while HTML export of an excel sheet

There is no solution.... PHPExcel works with a single workbook at a time..... if you need to cross-reference several workbook files, then you'll need to do this manually

View Article


New Post: Excel reference is not carrying while HTML export of an excel sheet

Thank you... I will try some other solution

View Article

New Post: Change y-axis labels

I need to change the y-axis labels on PHPExcel. I'm currently using this method:https://support.microsoft.com/en-us/kb/137528/en-us However, I need to add more than 2 labels. Is there a way to do that...

View Article

New Post: Force 2 rows to stay on same page

Hello, I want to generate a file with several grids and I want to force 2 rows to stay on the same page and not separate when I'm priting the file. Is it possible ? Thank you for you help

View Article


New Post: Data missing on iOS

PHP Version 5.3 PHPExcel Version 1.8.0 I have a program that creates reports in spreadsheet form. The spreadsheets look perfect on all platforms that I've tested except for iOS. On iOS they are missing...

View Article


New Post: Is there a setting I am leaving out?

I am having similar issues with PHPExcel and the Apple iPad and iPhone. Spreadsheet looks great in Microsoft Windows. I am using Excel2007 writer. On the iPad/iPhone in the Mail app, the attachment can...

View Article

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

You can use below code to read and write graph on excel :- error_reporting(E_ALL); date_default_timezone_set('Europe/London'); require_once '../Classes/PHPExcel/IOFactory.php'; require_once...

View Article

New Post: getValue returns null on specific sheet

What type of formating can prevent PHPExcel from reading dato from a cell? I'm using the string $cellContent = $objPHPExcel->getActiveSheet()->getCell($cellID)->getValue(); var_dump...

View Article

New Post: getValue returns null on specific sheet

I have no idea and have never encountered anything before that prevented PHPExcel from reading a cell's value without throwing at least some kind of exception.... but formatting won't have any affect...

View Article


New Post: getValue returns null on specific sheet

I just sent a private message to MarkBaker The soloution if found will be posted here afterwards :)

View Article

New Post: Load method fails on some .xls files

Hi, I am generating big .xls files in steps, meaning I first process writes 3000 records than a new process writes the next 3000 records ans so on. This means that each process has to load the file and...

View Article


New Post: addsheet and load external excel

good morning, sorry for my english, but i am italian... I have to make a series of sheet with, within each, an external excel (matrice.xls). what can i do? this is my code: require_once...

View Article

New Post: Currency Euro sign

enclose the currency symbol in double quote (") like this: a. if u enclosed the format pattern in double quote, escape it by adding backslash before the double quote that enclosed ur format...

View Article


New Post: Load method fails on some .xls files

Try opening the corrupted file in the excel. Most of the time, the php error is written inside it.

View Article

New Post: Load method fails on some .xls files

I was unable to open the corrupted file in Excel. Excel doesn't seem to be able to recover it. The error seems to be this one : Uninitialized string offset: 2315297283 on line 307 in file...

View Article

New Post: Error opening file, generated by Excel5

Hi. I have code that gererates the file in excel2007 format. I need to generate file in excel2003 format. This how i do it $objWriter = PHPExcel_IOFactory::createWriter($e, 'Excel2007'); $objWriter2003...

View Article
Browsing all 2707 articles
Browse latest View live