Questions tagged [phpexcel-1.8.0]

PHPExcel is an excel file generating library developed using PHP. PHPExcel-1.8.0 is the latest stable release with many fixes from the earlier 1.7.x version. The major fix is in the password protection update to support in new versions of MS Excel

It providing a set of classes for the PHP programming language, which allow you to write to and read from different spreadsheet file formats, like Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc .ods, Gnumeric, PDF, HTML, ... This project is built around Microsoft's OpenXML standard and PHP

66 questions
-1
votes
1 answer

PHPExcel Downloaded after remaining code execution stops?

I have a problem like when I download excel sheet after remaining code not executing. Please look below mentioned sample code. $data[]=array('EANCODE'=>6161106690015,'ItemDesc'=>'Electrical hammer mill 15hp' …
R B
  • 658
  • 4
  • 12
-1
votes
2 answers

Import excel file to sql server using PHPExcel

I need to import excel file into sql server table using PHPExcel , I google this but I can't found the right and fast solution, so can any body help me with some codes or exemples , best regards
tbellazi
  • 11
  • 1
  • 3
-1
votes
1 answer

How to get the font name of the excel cell

I am iterating all cells of the excel sheet and printing out the values. Same time i also want to print the font name they are using. Is there any function to get the specific cell font name in phpexcel ? Thanks. below is the code snippet …
Abhigyan
  • 641
  • 10
  • 25
-2
votes
1 answer

PHPExcel xlsx file into array ....Reader_Exception: Could not open

1.8.0" the goal of my web application is to have a button that the user clicks on. The code behind will start to scan all the folders that are in the main rdv folder. in the rdv folder it contains three folders named 1000, 1001, 1002 these contain…
MI7QC
  • 1
  • 1
-2
votes
1 answer

Cannot open file after export as excel using PHPExcel

When i download and open file excel using phpexcel
-2
votes
1 answer

Why doesn't my PHP script process on the server when I have others that do?

I am using DataTables Server Side processing on tables in my reporting website. I am also using PHPExcel to export the reports to Excel. My php scripts to create the tables for viewing in the browser work fine, but when I try to get the PHPExcel…
Mike
  • 1,853
  • 3
  • 45
  • 75
1 2 3 4
5