PHP library to read and edit workbook files generated by Excel and other spreadsheet programs
1
vote
1answer
26 views
PHPExcel taking an extremely long time to read Excel file
I'm using PHPExcel 1.7.8, PHP 5.4.14, Windows 7, and an Excel 2007 spreadsheet. The spreadsheet consists of 750 rows, columns A through BW, and is about 600KB in size. This is my code for opening the ...
0
votes
2answers
35 views
phpExcel: getCalculatedValue() returns #VALUE
Can someone help me with phpExcel Code:
This Codes:
$objPHPExcel->getActiveSheet()->getCell("AF19")->getCalculatedValue();
...
0
votes
1answer
48 views
+100
Pass array to Excel
I am using (trying to use) PHPExcel to pass an array to excel, I have defined the headings and i want every array in the array to in a separate row.
The array I have looks like:
Array
(
[0] ...
0
votes
1answer
25 views
PhpExcel Reader: Couldn't read certain files
Error Shows
->Warning: ZipArchive::getFromName(): Invalid or unitialized Zip object
When uploading files, and reading excel files, sometimes it shows that error message.
This is my code:
$pasFile ...
0
votes
2answers
36 views
PHPExcel memory still exhausted even with cell caching - other solutions
<b>Fatal error</b>: Allowed memory size of 134217728 bytes exhausted (tried to allocate 78 bytes) in ...
-5
votes
0answers
16 views
Problems reading .xlsx file [closed]
I have this error:
Fatal error: Uncaught exception 'Exception' with message 'Cell coordinate must be a range of cells.' in C: \ AppServ \ www \ PHPExcel \ Classes \ PHPExcel \ Worksheet \ ...
0
votes
1answer
13 views
Locking/make read only a range of Excel Cells using phpExcel
How can one lock or make specific cell or range of excel cells read only using phpExcel or just with php after exporting data to those cells say
from A17:f45?
1
vote
0answers
24 views
PHPExcel Class 'PHPExcel_Worksheet' not found
I got the following error when importing PHPExcel into my framework:
Fatal error: Class 'PHPExcel_Worksheet' not found in /var/www/library/phpexcel.class.php on line 109
I am autoloading my classes ...
1
vote
0answers
51 views
xlrd crashes when reading .xls file modified by PHPExcel
I'm having an extremely difficult time editing some Excel files using PHP and python.
I originally did everything in PHP using PHPExcel, but I was processing very large files and PHPExcel crashed ...
0
votes
1answer
13 views
PHPExcel : How to get the cell text and not the formal without calculating the formals during runtime
I have an Excel file with 2 worksheets.
1st sheet has almost 5000 rows which are of no use to me.
2nd sheet has 25 rows which are only the required rows, But these rows are obtained from formulas in ...
0
votes
0answers
41 views
PHPExcel - how to write to file in chunks
I am using PHPExcel to export data from a database in both CSV and XSL file format.
The CSV part works fine but I get the below error when trying to convert the CSV to XSL.
Allowed memory size of ...
0
votes
1answer
29 views
Fatal error: Class 'XMLWriter' not found in /domain/library/PHPExcel/Shared/XMLWriter.php on line 44 [closed]
I am using PHPExcel class to export the records into excel sheet. I have copied PHPExcel folder and PHPExcel file to the library folder and added the following line to application.ini file
...
0
votes
1answer
16 views
PHPExcel: importing xls, date format to Y-m-d
Following the examples provided in the documentation (in particular example 07reader.php) I have managed to extract all the data I needed from an excel file.
However the files I need to import have ...
0
votes
0answers
14 views
PHPExcel generate htm instead of xls
I need to generate xls files using PHPExcel class, but I have problem with extention:
header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
...
2
votes
1answer
83 views
PHPExcel in Zend2 Controller
I'm trying to get PHPExcel working with Zend2. Actually it is working, but not as I intended (I can write to file, but cannot let download without saving). I found some examples, where you simply do ...
0
votes
1answer
27 views
Append new row to excel file using phpExcel library
I am new to php as well to phpExcel . I just want to save post data to a existing excel sheet every time to a new row.
As i searched on Stackoverflow.com i got the reference of library phpExcel.
...
0
votes
0answers
33 views
csv file requires to open and save again in order to display data.
I am exporting csv file from server and using php script to fetch data from the csv and show on the webpage.
Now it's all working good.
But problem is I always have to open the exported csv file ...
0
votes
0answers
25 views
PHPExcell Cell coordinate can not be zero-length string
I am using PHPExcel via the Zend framework and want to read entire Excel files into an array of data. I downloaded the final release from this page.
The code I am using is as below :
static function ...
2
votes
1answer
56 views
One row to many is added PHPExcel [closed]
I have a script that inputs form data on a row in an excel file. Each time the form is sent the new data is appended to the same excel file.
The problem is that the new data is appended by two rows. ...
1
vote
1answer
69 views
phpexcel not writing data to excel file using setCellValueByColumnAndRow
$objPHPExcel = PHPExcel_IOFactory::load("untitled.xls");
foreach ($objPHPExcel->getWorksheetIterator() as $worksheet) //loop through the 3 worksheets of KindleEditionEISBN
{
$sheet_name = ...
0
votes
1answer
34 views
Optimizing setCellValueExplicit() in PHPExcel
I am dealing with 700 rows of data in my excel.
And I add on a column this entry:
foreach($data as $k => $v){
$users ->getCell('A'.$k)->setValue($v['Username']);
...
1
vote
1answer
18 views
PHPExcel: how to get cell's fill color, that is set using conditional formatting?
I have a cell that has conditional formatting applied and a static color (green). The cell is red, if you view it in Excel (because of conditional formatting). If I use getStartColor(), I get the ...
0
votes
1answer
31 views
No data from the database after the files downloaded
I want to display the data on a particular condition of the table after the user enters the data you want to display.
But always failed to display the data. I am confused where the fault lies.
It ...
0
votes
0answers
24 views
PHPExcel with Symfony, my charts are missing
I have done some PHP examples where I use PHPExcel for creating some charts types. There isn't any problem with them, I have my data and my charts, everything is fine.
But, I'm copying the SAME PHP ...
0
votes
0answers
32 views
excel price format: phpexcel currency with dot
i using phpexcel library and i need get prices with felow forma:
1235.4500.
I add this format: "####.0000" but always get 1235,4500
Why always replace dot?
0
votes
1answer
18 views
PHPEXCEL formula calculation issue
The problem started in a very complex worksheet but I reduce it to a very simple but still having the same problem.
PHPExcel is not calculating the formula, but if I change to a simple one (=B3) it ...
1
vote
1answer
41 views
Formatting a cell to a percentage in PHPExcel
I am automating an excel spreadsheet using PHP.
I have been looking for a way to pragmatically format a cell to a percentage in PHPExcel.
I want to change a value like
0.077922078
to
8%
...
0
votes
0answers
45 views
Parsing an excel with more than 12000 lines in PHP with PHPExcel
I have a trouble when I try to upload and parse through PHPExcel library a xlsx file with 12500 rows and 20 columns The whole process takes about ten minutes to end, it does querys and validations. ...
-1
votes
1answer
47 views
Unable to write to mysql database using PHPExcel [closed]
I have an Excel file that gets data from WebQuery and i want to read the data, insert into mySQL database. Unable to write to mysql database using following code. Any ideas?
<?php
$db_host = ...
0
votes
1answer
35 views
PHPExcel gives column width as -1
I have a simple code to generate an excel sheet using PHPExcel.In the code,I am trying to calculate column width,but it gives column width as -1.What am I doing wrong?
<?php
require ...
0
votes
0answers
62 views
Encoding correctly CSV files for PHPexcel
I have a Json, decode it, write it in a CSV file with PHP, convert the CSV to .xls with the aid of PHPexcel
The goal is to export from a JSON into an excel file correctly.
I am having trouble with ...
0
votes
3answers
87 views
How to go through an HTML table using PHP and get the data in each td?
I am trying to use the PHPExcel class to export reports into excel file. What I really need to do is to go thru every row in the HTML table then place it into cells in an excel file.
I think ...
0
votes
0answers
36 views
PHPExcel treats first rows as empty although they contain data
I'm using PHPExcel to read from an xls and insert data to a DB in the following manner:
$objPHPExcel = PHPExcel_IOFactory::load($path);
$objWorksheet = $objPHPExcel->setActiveSheetIndex(0);
...
0
votes
2answers
113 views
PHPEXCEL set UTF-8 encode
I have headers:
header('Content-Type: text/html; charset=UTF-8');
header("Content-type: application/octetstream");
header('Content-Disposition: attachment; ...
2
votes
1answer
115 views
PHPExcel How to Apply Borders to All Cells, Not a Range!
I have got my excel reader to work but there is an annoying problem where I can only find information on how to apply a border to a range of cells, which is useless for my application.
Users upload ...
-6
votes
1answer
124 views
HTML PHP table To Excel Download [closed]
I need a code which downloads my paginated table results in one excel file in PHP. Please help me. the code must ask for where to save the file while clicking it. The below is the code i got from ...
0
votes
0answers
40 views
PHPExcel 1.7.8 Master from github - Linechart without marker
How can I create linechart without any marker? I'm using the latest download from Github Master.
In all examples, we can see :
// Set the Data values for each data series we want to plot
// ...
0
votes
0answers
36 views
PHPExcel not writing any file
I'm able to read data from any excel file, but when ever I try to write some data into an excel file the php file doesn't work..
A code I tried:
<?php
include 'PHPExcel/IOFactory.php';
$fileType ...
2
votes
1answer
32 views
add a plus sign next to positive value on excel report
I use this line to formate my excel cell
$objPHPExcel->getActiveSheet()->getStyle('D12')->getNumberFormat()->setFormatCode("0%");
if the value is negative, excel takes care of that and ...
0
votes
1answer
49 views
PHPExcel Timeout occur
Please help me for the the problem exporting large data to excel format xlsx.
i m exporting almost 45000 records at a time to single file and it timeout without saving file.
the mysql select query is ...
0
votes
1answer
36 views
how to load just a few rows of .xls file with phpexcel?
I have a trouble with converting a .xls file (Excel) to CSV in PHPExcel.
All works fine until comes some Big file. My php script just exceeds the memory limit and blows up. I cannot use more than ...
0
votes
1answer
49 views
phpExcel csv2excel float values wrong
I´m having a csv input file and trying to convert this to an excel file by help of phpexcel.
the conversation works with one fault. Float values are not converted correctly
csv Input
1,Aal ...
0
votes
0answers
37 views
phpExcel read long number from cell
I have a problem when reading value from Excel sheet.
This is my code:
$phpExcelObjReader = PHPExcel_IOFactory::createReaderForFile($posFile);
$phpExcelObj = ...
0
votes
2answers
102 views
Excel, PHPExcel, Scatter plot (XY) and Highcharts. The structure of scatter plots in Excel
This question is part excel and charting question and part programming question.
Im using PHPExcel to convert chart data from a excel sheet into json. Im then using this json to convert it's data to ...
2
votes
1answer
45 views
PHP Excel - extracting data to a variable
I've been working with PHPExcel, and I have been able to take dataset data and create arrays on large data sets. But if I want to allow my client to draw data from a single cell, I can't seem to make ...
1
vote
1answer
160 views
use PHPExcel with composer and Symfony2.2
I found this on SO: How to use PHPExcel correctly with Symfony 2
This works, but I want to use it with composer.
The first part I already solved: to load PHPExcel for a special tag (the last stable ...
0
votes
3answers
99 views
Set correct reading format for a cell with PHPExcel
I'm using PHPExcel to read an Excel 2007 document. In this document there's a column with "Time" formatting and it displays data correctly in Excel. When I try to parse this column I get some weird ...
1
vote
1answer
47 views
Processing Excel formulas on the server in PHP
I have a rather complex spreadsheet formula. Right now I am using PHPExcel to load the spreadsheet into memory, and I set the cell values of the formula input to the values from a front-end form ...
1
vote
2answers
123 views
Computing output of an excel formula with PHPExcel
I have an excel spreadsheet that contains a formula. I am wondering what the best way would be to use the formula and compute outputs based on a given input.
My first inclination would be to load the ...
0
votes
0answers
79 views
PHPExcel - Read data from specific columns by header name?
I have a project where the client uploads several XLS files and I need to grab the data only from the columns that he has named with specific headers (where header = data in first row). Sometimes they ...


