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

New Post: help Required in populating the drop down in a xls sheet using...

Hi , I am using php-excel library for multipurpose use . I am using php version -5.3 I am able to generate a drop down in an excel sheet by using the setformula funciton on a specific column. note: all...

View Article


New Post: How to export filtered results of a query to excel

Cool and works just as I wanted but I have to give a range I guess like F2:F5. It wouldn't be problem if I didn't delete the LIMIT in the query as the query sometimes can be a whole year or two years...

View Article


New Post: How to export filtered results of a query to excel

As I wrote, you adapted the limit necessary: If a normal use can produce 5000 records, you fixed the limit to 5000 (or slightly more) the purpose is to avoid that a jokester arranges to have a full...

View Article

New Post: How to export filtered results of a query to excel

As I wrote, you adapted the limit necessary: If a normal use can produce 5000 records, you fixed the limit to 5000 (or slightly more) the purpose is to avoid that a jokester arranges to have a full...

View Article

New Post: How to export filtered results of a query to excel

The colon ange separatoe needs to be part of the string, it isn't a PHP operator $objPHPExcel->getActiveSheet() ->getStyle('F2:' . $Line -1) ->getNumberFormat()->setFormatCode('dd.mm.yyyy');

View Article


New Post: help Required in populating the drop down in a xls sheet using...

I have not tested with PHPExcel, but Excel accepts a list of strings instead of a range reference: My Item 1, My Item 2, My Item 3 (no "=" or """) For information: you can override the restriction...

View Article

New Post: How to export filtered results of a query to excel

So do I have to use LIMIT in query and stick with the previous code: ->getStyle('F2:F500') I was asking that because the export depends on a user's date-range and seller query. That's why the...

View Article

New Post: How to export filtered results of a query to excel

Look at the response by Mark - I hesitate to write that he could miss a 'F':...->getStyle('F2:F'. ($Line-1)) ... For the limit... A normal use can produce 56k rows ? Ok, fix the limit to 60k. This...

View Article


New Post: How to export filtered results of a query to excel

Yes, I tried Mark's code and it didn't work. As I can understand from his first words "colon ange separatoe" he should have written it quite quickly. Anyway, I'd like to thank Mark. Now it's OK.LWol,...

View Article


New Post: How to export filtered results of a query to excel

Yeah, sorry.... I was typing quickly as I was on the phone to a recruitment agency fixed now

View Article

New Post: Problem with load function

Hi, I have some issues to load an Excel file when I load the internet page i have an error message like this: Fatal error: Uncaught exception 'Exception' with message 'Cell coordinate must be a range...

View Article

New Post: Problem with load function

Line 1702 in reader is : $docSheet->getPageSetup()->setPrintArea(implode(',',$newRangeSets)); This line is called if there is one or more defined print areas. I do not know what led to have #N/A...

View Article

New Post: Problem with load function

I update the library i was in the 1.7.8 version and now it function maybe a corrected bug. Thank you for your response ;)

View Article


New Post: How to clear the memory after reading the excel

Hi, I was trying to do this method. I found, that unsetting is still not working as we want. Example of unseting $objPHPExcelecho sizeofvar($objPHPExcel); // 30837904 (30M) code from...

View Article

New Post: Can PHPExcel be very slow at times? What factors contribute to its...

I have a .xls spreadsheet with one worksheet containing 21 rows and 9 columns. I've used CTRL-END to see if there's any hidden data and it only moves the active cell from A1 to I21, so 21x9 is all...

View Article


New Post: Can PHPExcel be very slow at times? What factors contribute to its...

An impossible to answer question: There's something severely wrong here, because it should barely take seconds to load that spreadsheet file on any halfway decent server; but I can't explain why it's...

View Article

New Post: Fatal error when reading Excel file

Hi, I have some code that reads 3 uploaded xls files that the user upload and using the data in it. For some reason I get the following error: Fatal error: Call to undefined method...

View Article


New Post: Fatal error when reading Excel file

If I load the file like the following: $inputFileType = PHPExcel_IOFactory::identify($_FILES['averages']['tmp_name']); $objReader = PHPExcel_IOFactory::createReader($inputFileType);...

View Article

New Post: maintaining references to external worksheets (without having to...

Hi, I have a file with links to external worksheets. I am aware of the fact that PHPExcel will not handle these, and this is ok for my needs, as I would like to use it to update parts of the file which...

View Article

New Post: How can I insert the data from excel to MYSQL database using the...

How can I insert the data from excel to MYSQL database using the $value returned from statement $value = $objWorksheet->getCellByColumnAndRow($col, $row)->getValue(); I am able to get the value...

View Article
Browsing all 2707 articles
Browse latest View live


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