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

New Post: How to include field names with mysql data

Thanks Borft,I modified your code a little and got it to work. The way you had it setup returns the title row as it should but it also moves down a row so the spreadsheet had the header row in a slant...

View Article


New Post: Hola comunidad

These features are included in PHPExcel, they are static methods of the PHPEXcel_Cell class:PHPExcel_Cell::columnIndexFromString([string $pString = 'A'])return: column index (base...

View Article


New Post: Multiply choice in the cell at the Excel generation

At the present time, it is not possible to have macros in a file written by the PHPExcel.On the other hand, he knows how to attach data validation information,like  Excel allows ; see in documentation...

View Article

New Post: How to export multiple worksheets to individual excel files phpexcel

Am trying to export an excel file with 5 worksheets in it.I would like to export each worksheet as an individual excel file. I have tried using thegetWorksheetIterator but no success and it throws this...

View Article

New Post: How to export multiple worksheets to individual excel files phpexcel

Am trying to export an excel file with 5 worksheets in it.I would like to export each worksheet as an individual excel file. I have tried using thegetWorksheetIterator but no success and it throws this...

View Article


New Post: CodePage 21010

I am dealing with xls files for which the codepage from PHPExcel, is 21010.These files are made by unknown software server-side.This codepage is unknown by PHPExcel and accordingly raises an...

View Article

New Post: How to read just a date from excel into MySql?

Hello,I'm searching this forum and the documentation but I do not understand how to implement of reading just a date.I have version 1.7.7.I maintain a volleybal site and I have different Excel file's...

View Article

New Post: how to export objects from XLS

I am trying to export data from XLS using PHPExcell. I am almost got everything i need but I am unable to fetch MS Word object ( embed through Insert->Object into XLS ).Is there any way to fetch...

View Article


New Post: having trouble in opening .xlsx file

I am unable of open .xslx file, here is the Error Message when i try to open .xlsx : Fatal error: Uncaught exception 'Exception' with message 'The filename inspection_1.xlsx is not recognised as an OLE...

View Article


New Post: having trouble in opening .xlsx file

are you sure the file is a valid xlsx file? (ie, not just an html file saved with an xlsx extension). unzip the file, and/or open the file in a text editor

View Article

New Post: having trouble in opening .xlsx file

yes its a valid xlsx file, because when i saved same file as xls, its opened successfully.

View Article

New Post: having trouble in opening .xlsx file

if you saved another file in a different format, you could open it, and therefore this file must be a valid xlsx file? I think your logic is flawed ;) What program do you use to create the .xlsx file?

View Article

New Post: having trouble in opening .xlsx file

Its been created using MS Excel 2010

View Article


New Post: having trouble in opening .xlsx file

alrighty, then it should work! can you share the code you use to open the file?

View Article

New Post: having trouble in opening .xlsx file

its not even opening xlsx files that are being used as example in downloaded library :)

View Article


New Post: having trouble in opening .xlsx file

I have fixed the issue :)It was file type issue, I was using Excel5, just changed it to Excel2007 and its working now for xlsx ..Is there anyway so that we can set it to open either .xls or .xlsx ?

View Article

New Post: How to read just a date from excel into MySql?

Ok, after opening my eyes ;-)It's strange you don't see the exception throw by isDateTime : this mehod want a cell (object) not a cell coordinate, so rewrite your test using $cell (current cell object...

View Article


New Post: having trouble in opening .xlsx file

Also, I am unable to fetch photos when using .xlsxbut when i use .xls file i can fetch photos from Excel file using following code:  //------ Following is used to fetch and save images $count = 1;...

View Article

New Post: How to read just a date from excel into MySql?

For automatically opening different type files:if (empty($FileName)) {thrownew Exception("No file specified."); }if (!file_exists($FileName)) {thrownew Exception("Could not open " . $FileName . " for...

View Article

New Post: having trouble in opening .xlsx file

For automatically reading different type files:if (empty($FileName)) {thrownew Exception("No file specified."); }if (!file_exists($FileName)) {thrownew Exception("Could not open " . $FileName . " for...

View Article
Browsing all 2707 articles
Browse latest View live


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