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

New Post: Why is the cell data duplicated in each column?

I'm new to PHPExcel and somehow I got the same data duplicated in the Excel spreadsheet using the following code: $roster_sql = "SELECT * FROM EMPLOYEE"; $roster_result = mysql_query($roster_sql) or...

View Article


New Post: Why is the cell data duplicated in each column?

mysql_fetch_array($roster_result) This return a array with string keys (fields name) AND numeric keys. Use MYSQL_ASSOC or MYSQL_NUM as 2nd param, not the default MYSQL_BOTH. With MYSQL_ASSOC, you have...

View Article


New Post: Why is the cell data duplicated in each column?

Thank you so much, LWol! The duplicate data issue is resolved right away! Could you help me on getting the header row info and how to write it to the same spreadsheet?

View Article

New Post: Why is the cell data duplicated in each column?

There are several ways to do this... Considering that you ask mysql_fetch_array you return an associative array, you can retrieve the field names using array_keys then iterate in this array to write...

View Article

New Post: Why is the cell data duplicated in each column?

LWol: Many thanks again for your great help. It works beautifully! As for the $columnID++ increment, it actually works for me. I'm able to save all my data in the proper columns beyond "Z", up to...

View Article


New Post: getValue from .xls returning mangled text

I believe this file is originally a binary excel workbook (.xlsb) and that is the reason it cannot be read using the phpexcel module. I'm digging around to see if I can convert it programatically into...

View Article

New Post: PDF Rendering with mPDF

HI there I have encountered the similar problems with you.I tried to render a PDF files.And i tried to do it using my present PDF processing tool.But it can not work effectively. I don't know why.I...

View Article

New Post: Format Error by opening File in Excel 2010 generated with...

Hi, I developed a little export function by using PHPExcel latest version 1.7.9 The problem is that I have in a column data values which looks like12345.10 12345.B Generating the excel table by using...

View Article


New Post: Format Error by opening File in Excel 2010 generated with...

I do not think either PHPExcel making change, but rather Excel. Two solutions: set these values to a string (by setCellValueExplicit) or achieve with Excel a whole little workbook with a value...

View Article


New Post: Format Error by opening File in Excel 2010 generated with...

Hi, thank you for answers. By reading the file generated with excel the Format type of the cell is "General". When I'm Using setCellValueExplicit(), I can't choose TYPE_GENERAL, so it has to be...

View Article

New Post: Problem with fonts

Hello I have a problem with font in generated excel file. in template file I set a font on cells for example Bnazanin. when excel file generated, the font is not Bnazanin, although when we point curcer...

View Article

New Post: Format Error by opening File in Excel 2010 generated with...

Ok, it seems to be an error occuring by opening in excel. The generated file has dots in it and when opening in excel 2007 or 2010, the dots are converted to comma. No big help for my problem, but...

View Article

New Post: Format Error by opening File in Excel 2010 generated with...

Check your MS Excel locale settings, it's likely that they're set to a "continental" format, which shows a decimal point as a comma

View Article


New Post: Format Error by opening File in Excel 2010 generated with...

'General' is a number format, the String type is a data type. However, for setCellValueExplicit, it is the String type to which I thought. And in this case, there is no number to indicate format: Excel...

View Article

New Post: data .xlsx corrupt because error output only 0kb

PHPExcel me no problems when exported but when I open in Ms.Excel2007, it can not be opened because it is corrupt or invalid format, because when i want to download it output only 0kb This sample code...

View Article


New Post: data .xlsx corrupt because error output only 0kb

So what's the value of '$filename' and why is it quoted? That will literally try to save the file to a file called $filename (not the value of the $filename variable, but actually called $filename) on...

View Article

Image may be NSFW.
Clik here to view.

New Post: Excel Problem (Template Sheet)

Hi well... I have 3 colunns... Colunn A = Enter hour format( yy:mm) Colunn B = Enter hour format (yy:mm) colunn C = Automatic calculation of time. There is a possibility of the second time be shorter...

View Article


New Post: data .xlsx corrupt because error output only 0kb

but if I set it to Save to 'php :/ / output' message "failed to open the Save to 'php :/ / output'" explanation please

View Article

New Post: How can I export data from multiple MySQL table to Excel

I am totally new to PHPExcel tool, but aware of import and export system by PHP. I know how to import and export data from MySQL to CSV and CSV to MySQL, but now I need something more advance and I...

View Article

New Post: How can I export data from multiple MySQL table to Excel

That data come from a table or four, the technique is the same. As with other types of output, it is preferable to have all of the data retrieved by a single query if they are intended to supply the...

View Article
Browsing all 2707 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>