New Post: php excel in drupal , Long numbers import issue
I am using phpexcel in drupal to import data from uploaded excel file by the user. I have a column with number type in excel. But its a long number. When I use phpexcel_import() I get "982000364137756"...
View ArticleNew Post: Possible bug: typo in source code?
PHP Version 5.2.17 PHPExcel 1.8 I produced this error when I tried to output a .xlsx file with HTML rich text formatting. Warning: Unexpected character in input: '\' (ASCII=92) state=1 in...
View ArticleNew Post: Excel to php or mysql
Hi, I need value from excel to php mysqlExcel file above is excel file IN PHP Page I have value in drop down (static) : 1 } 0.45-0.90 ( range ) : textbox 2 } AB , XE - drop down 3 } A,B,C,D - drop down...
View ArticleNew Post: Help me with bubblechart
I PHPExcel managing the library in the examples of graphs and referring to the manual , I have a problem with the following string TYPE_BUBBLECHART the project by including the generated file error...
View ArticleNew Post: Trouble with masks while exporting XlXS to HTML
Hello, I´m trying to use the PHPExcel to convert Excel Files to HTML, the Excel file have some masks (like number format, currency, dates, etc.) but when i try to export it to HTML, it show the field...
View ArticleNew Post: Worksheet Tab color
Hi friends, I am using phpexcel library to import excel files. When I acquire the Phpexcel object after loading the file, I loop around all the sheets to read their data. I need to know the tab color...
View ArticleNew Post: Phpexcel chart showing by previous chart data
I need to show two chart with different data. first chart by project data example : $objWorksheet->fromArray( array(array('projects','p1', 'p2', 'p3', 'p4', 'p5'), array('',10,15,25,35,45) ) );...
View ArticleNew Post: Charts/graphs in PDFs - changing size, position, ticks?
I'm successfully writing bar charts in Excel files and outputting them as PDF. However, when shown in PDFs, the chart is rendered poorly meaning:yaxis ticks are cut off when too long (more than about 5...
View ArticleNew Post: Creating a Slicer using PHPExcel
Hi, I have searched unsuccessfully to see if there is a way to utilize the Excel Slicer functionality with PHPExcel. I have not found any options for this. Is this correct? I've even tried creating a...
View ArticleNew Post: Repeating column headers by group
I have my query result grouped by categories, and when the category changes I want to display the column headers again, in html works fine but I can't make it work with PHPExcel, can this be done? I'm...
View ArticleNew Post: How to get value from cell with formats preserved
I am working on Excel to Word conversion. Some of the text in the excel cell may have formats (bold, underline , superscript, etc., ) and they are not retrieved exactly as it is using getValue() or...
View ArticleNew Post: How to set column value contain non-ascii
Hy, i am new in using phpexcel. currently my system using mass upload data to the database, and mostly the data is copy and paste in to excel. File type mass upload is comma separated value. so their...
View ArticleNew Post: How to set column value contain non-ascii
If you know what charset the csv file is using, then tell the PHPExcel Reader that using the Reader's setInputEncoding() method before calling the load(); otherwise PHPExcel assumes that it's UTF-8
View ArticleNew Post: How to set column value contain non-ascii
$filename = date('H-i-s')."_fail_sp"; /** Error reporting */ error_reporting(E_ALL); /** Include path **/ ini_set('include_path', ini_get('include_path').';../Classes/'); /** PHPExcel */ include...
View ArticleNew Post: Help! Do not correct / not read xlsx file! What is the problem?
Do not correct / not read xlsx file! What is the problem?2.xlsx The only problem with this file. MSWord opens ok. Calc only partially. Phpexel only partially.
View ArticleNew Post: How to make it work PHPExcel with php 7?
Hello How to make it work PHPExcel with php 7?, you can do something in the code? or you have to wait the next version of PHPExcel? Thanks for your help.
View ArticleNew Post: Cann't save excel 2007 document with PHPExcel 1.8.0 at the combat host
Hello! By means of PHPExcel 1.8.0 I've developed the php code, which generates an excel file. This code works well at the localhost server but at the combat host it doesn't work. As I found out the...
View ArticleNew Post: UPDATE EN PHPEXCEL
good day, I want to know if I can use a then updated, rather than an insert to import data from Excel to a mysql table. it's possible? I try to feed a table and existento with a difference between some...
View ArticleNew Post: Cloning the calculation engine is not allowed!
I've created my first project with PHPExcel. Everything works fine local, but when I upload to server I've got this error: Fatal error: Uncaught exception 'PHPExcel_Calculation_Exception' with message...
View ArticleNew Post: text in excel cell are cut :(
$sheet->setCellValueByColumnAndRow(6,$ligne,$data['description']); echo $sheet->getCellByColumnAndRow(6,$ligne)->getValue(); We put $data['description'] which is long text in column 6 ligne 1...
View Article