New Post: Understanding: Client side and grabbing information
(I just saw the snipet insertion tool has devoured a part: "PleaseWait" class="NotShowAtStart">Please wait, should be read:Please wait )In fact, we play on the usual behavior for a browser: when...
View ArticleNew Post: Method doesn't establish the password on the range of cells
Prompt please on an example how to use this method <protectCellsByColumnAndRow>?
View ArticleNew Post: Understanding: Client side and grabbing information
Hi Lwol,Starting to make some real progress now here is my code: <form action="R31Wexport.php"> Dear user, click the button to have your file : <input id="SubmitButton" type="submit"...
View ArticleNew Post: Saving 2 page sheet in XLSX creates 12 page sheet
Hi,I'm using PHPExcel to load a xlsx spreadsheet I created in Office 2013. It's a 3 sheet workbook, of which the first worksheet is intended for printing. This worksheet is 2 pages. My problem is the...
View ArticleNew Post: Saving 2 page sheet in XLSX creates 12 page sheet
Spoke too soon, somehow had to do with my xlsx file. I recreated the xlsx from scratch and all is fine now.
View ArticleNew Post: Create Multiple Worksheet from MySQL Data and loading template
So using Excel5 writer, I can not accomplish this output?Also, if my template file has a box or a line (drawing objects), will these objects be loaded?Thanks in advance.
View ArticleNew Post: Understanding: Client side and grabbing information
One thing at the time;-)The skeleton I posted is able to show the user that the work has begun and that the work is finished, not the progress of the work.Finalize his writing is not lost time if later...
View ArticleNew Post: Excel2007 setPreCalculateFormulas formular are lowercase
Thank you,that fixed my problem
View ArticleNew Post: Styling discontinuous ranges of cells
Hi all,I use PHPExcel 1.7.8. I have hundreds of cell to style in my worksheet. I realized I could not use the standard range styling receipes to manage to get them styled at once. I used both methods...
View ArticleNew Post: Styling discontinuous ranges of cells
Just some stats for this :I'm styling cells one by one with red,orange, yellow and red backgrounds.reds 3588greens 7oranges 55yellows 62total 3712 cellstime styling: 24 seconds
View ArticleNew Post: How can I set the global font size?
Hi, I am new to PHPExcel. Sorry if I should have created a new thread for this, but I have the exact same question. Feel free to split this into a new thread if necessary.The solution with...
View ArticleNew Post: Understanding: Client side and grabbing information
Okay so, In my lets call it 'index.php' file it contains:The message information saying 'please download file here' with the excecutable button to 'PHPExcel.php' Index.php contains:var x = new Date();...
View ArticleNew Post: Find the last non-empty cell in each row and last non-empty row?
Hi,I need to process Excel sheets of rather "fluid" format.Specifically, I need to be able to find last non-empty row in a sheet as well as last non-empty cell in each row.Any idea how to get this in...
View ArticleNew Post: Find the last non-empty cell in each row and last non-empty row?
listWorkSheetInfo() function returns just this type of information. At least I think it did the last time checked.- Christopher Mullins
View ArticleNew Post: Understanding: Client side and grabbing information
array_key_exists('Token', $_POST) && $_POST['Token']!=")After the not equal operator, it's two single quote, not a double quote ;-)[quote]Is the 'tokenfield' the div on index.php which will...
View ArticleNew Post: getDefaultStyle() deprecated
Hi, I am new to PHPExcel.$objPHPExcel->getDefaultStyle()->getFont() ->setName('Arila') ->setSize(10);How do I set the default font for the whole worksheet? The solution with...
View ArticleNew Post: ZipArchive warning
I have exactly the same problem as MartinHjort described.I found out that the PHP SAFE MODE caused this problem. PHPExcel could not write to the tmp folder. But after deactivating SAFE MODE I got...
View ArticleNew Post: ZipArchive warning
I don't really have access to the temp folder, or at least it's getting complicated with my provider.As a workaround I activated SAFE MODE again and I save the file in the working directory of the php...
View ArticleNew Post: error : Sheet index is out of bounds
I am running into a similar Problem.I get the following Message (Fatal error: Uncaught exception 'Exception' with message 'Sheet index is out of bounds. ...) when I try to run the code...
View Article