PHPExcel gives error Cannot redeclare class PHPExcel Programming Web Development by davewylie … me an error "Fatal error: Cannot redeclare class PHPExcel in ....../PHPExcel.php on line 44". My code is as follows…: <?php // include PHPExcel require_once 'PHPExcel.php'; error_reporting(E_ALL); ini_set('display_errors', TRUE); ini_set('display_startup_errors', TRUE… Re: PHPExcel, worksheets Programming Web Development by LastMitch … and have them combined in one worksheet. Am using PHPExcel could you guys kindly help. Did you search this… issue on `PHPExcel` first before you post this question here? > -…2 worksheets` it becomes `1 worksheet` not `3 worksheets`. `PHPExcel` should have this code that does that in the `Documentation… Phpexcel fill in empty cells Programming Web Development by tapuwa2002 … of a csv column and its in one column using phpexcel I have added a demo for your viewing: The flow… to populate any empty fields <?php include'../Classes/PHPExcel.php'; include'../Classes/PHPExcel/IOFactory.php'; $objReader = new PHPExcel_Reader_CSV(); $objReader->setSheetIndex… Re: Phpexcel fill in empty cells Programming Web Development by LastMitch … of a csv column and its in one column using phpexcel I have added a demo for your viewing: The flow… Phpexcel want to loop through different work sheets and remove “ , ” in col Programming Web Development by tapuwa2002 … result in same excel document. <?php include'../Classes/PHPExcel.php'; include'../Classes/PHPExcel/IOFactory.php'; $objReader = PHPExcel_IOFactory::createReader('Excel2007'); $objReader->… PHPExcel perplexities Programming Web Development by PerplexedB …($rowData)` returns 12, not 6. <?php // Include PHPExcel_IOFactory include '../PHPExcel/Classes/PHPExcel/IOFactory.php'; $inputFileName = 'c:\DOCS\test.xlsx'; // Read your… PHPExcel Generate Discipline Calendar Programming Web Development by miguelusas1 I am trying to do a Page to PHPExcel to user fill an Html Page and send to PHP … can't download if use ´ç+' (etc) i'm new with PHPExcel and PHP only have a little experience with PHP(like… PHPExcel Generate 2 or more Excel File Programming Web Development by ehpratah …trying to export data from php to excel using phpexcel( which is working fine if im am only getting…;'); date_default_timezone_set('Europe/London'); /** PHPExcel_IOFactory */ require_once dirname(__FILE__) . '/Classes/PHPExcel/IOFactory.php'; $today = date('Y-m-d'); $objReader = PHPExcel_IOFactory::… phpExcel: excel sheet downloading but content not showing Programming Web Development by Swapnil5513 … to resolve the excel sheet issue with PHPExcel . I'm trying to generate the PHPExcel version 1.8 from database. The problem… Re: PHPExcel Generate Discipline Calendar Programming Web Development by miguelusas1 hmm i think is not that what i trying to do is i using If's to search on Excel with PHPExcel i already say what colunn are the week days now it need to search if like B4 is Monday if is Fill it if not skip it Re: PHPExcel Generate 2 or more Excel File Programming Web Development by ehpratah …;br />'); date_default_timezone_set('Europe/London'); /** PHPExcel_IOFactory */ require_once dirname(__FILE__) . '/Classes/PHPExcel/IOFactory.php'; $today = date('Y-m-d'); $objReader = PHPExcel_IOFactory::createReader… Re: PHPExcel Generate 2 or more Excel File Programming Web Development by ehpratah …;br />'); date_default_timezone_set('Europe/London'); /** PHPExcel_IOFactory */ require_once dirname(__FILE__) . '/Classes/PHPExcel/IOFactory.php'; $today = date('Y-m-d'); $objReader = PHPExcel_IOFactory::createReader… Re: phpExcel: excel sheet downloading but content not showing Programming Web Development by rproffitt I see PHPExcel has been archived and unchanged for years. Looks like it's time to migrate. phpexcel to open a excel worksheet to insert some data Programming Web Development by erik216 Hi All, I am using phpexcel to open a excel worksheet to insert some data. But I have some validation in this worksheet. I want to continue to use all validation. How can I do? PHPExcel, worksheets Programming Web Development by tapuwa2002 I would like to add data from 2 worksheets in the same document and have them combined in one worksheet. Am using PHPExcel could you guys kindly help. -worksheet 1 and worksheet 2 = worksheet 3(combined worksheet1+worksheet2) Thanks PHPExcel conditional formatting not working Programming Web Development by Tinnin Hi all, I'm using PHP with PHPExcel to create an excel sheet that I can then send … phpExcel - read a table like sheet into a php associative array? Programming Web Development by PerplexedB I cannot find anything in phpExcel documentation. What I would like is to end up with an associative array with keys from the first row in the excel worksheet. It's something that can be done of course, but is there a native method? PHPExcel: Show Gridlines of Few Cells Programming Web Development by baloch123 Hi Everyone I'm priningt PDF from Excel file using PHPExcel. How can i show gridlines for cells(A16:A32)? PHPExcel Grandtotal Error Programming Web Development by ehpratah …;br />'); date_default_timezone_set('Asia/Manila'); /** PHPExcel_IOFactory */ require_once dirname(__FILE__) . '/Classes/PHPExcel/IOFactory.php'; $today = date('Y-m-d'); $objReader = PHPExcel_IOFactory::createReader… Re: PHPExcel removing duplicates Programming Web Development by LastMitch … to do? Did you post this question the in the **PHPExcel** forum? Take a look at these examples: http…://phpexcel.codeplex.com/discussions/80845 http://phpexcel.codeplex.com/discussions/76379 You might need this… Re: PHPExcel: Switch Reader on Exception Programming Web Development by LastMitch … reader can't. Have you post this question on the **PHPExcel** forum? The reason is that it's their software and… issue you are having is this: http://phpexcel.codeplex.com/workitem/17263 I have used **PHPExcel** and also help members with this… Re: PHPExcel default borders Programming Web Development by LastMitch … apply to all sheets: http://www.phpkode.com/source/p/phpexcel/Classes/PHPExcel/Style/Borders.php Re: PHPExcel default borders Programming Web Development by LastMitch >I'm trying to hide the excel grid on the screen view by making all borders in the worksheet white. Read this regarding about borders: http://www.craiglotter.co.za/2010/04/14/phpexcel-how-to-place-a-border-around-a-cell-range/ Get Dynamic value in phpexcel Programming Web Development by ravi142 …("$theme_dir/Glow/baseload/shopping_cart/shopping_cart_functions.php"); /** Include PHPExcel */ require_once 'Classes/PHPExcel.php'; // Some utility functions function get_restaurant($rid){ return mysql_fetch_assoc… Insert an image into document header in phpexcel Programming Web Development by developer707 Hello, Recently I am using phpexcel and afer many tries I wasn't able to find … someone helps me with this issue?! <?php require_once 'PHPExcel.php'; $objPHPExcel = new PHPExcel(); $objDrawing = new PHPExcel_Worksheet_HeaderFooterDrawing(); $objDrawing->setPath('header.jpg… Re: Insert an image into document header in phpexcel Programming Web Development by mangel.murti <?php require_once 'PHPExcel-1.7.7/Classes/PHPExcel.php'; $objPHPExcel = new PHPExcel(); $objPHPExcel->getProperties()->setCreator("Mangel Murti"); $objPHPExcel-&… Re: How to print one cell values into another cell using PHPExcel? Programming Web Development by pritaeas You can find it on the [URL="http://phpexcel.codeplex.com/discussions/273432"]PhpExcel discussion[/URL] list. How to send an email with excel attachment generating using PHPExcel class? Programming Web Development by jacksantho Hi, I am generating an excel list using PHPExcel class. That generating excel list, should be mailed out to the particular person. Can you please help me out. Thanks in advance How to create a PDF using PHPExcel? Programming Web Development by jacksantho Hi, I needs to create a PDF report for my project. Did PHPExcel suits for creating a PDF document. I needs a tutorial to create a PDF document. Please help me out. How to print one cell values into another cell using PHPExcel? Programming Web Development by jacksantho Hi, I need to get a cell values and to print that cell values in another cell using PHPExcel? For Ex: A12:5 . I need this same value "5" to be printed in the cell B12. thanks for your help.