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

New Post: problem with downloading excel from php://output

Thanks for replying. This code is part of a fwrite calling parameter hence the backslashes (It is a string, i forgot to leave the slashes off when pasting the code here). Adding an exit call as the...

View Article


New Post: problem with downloading excel from php://output

This isn't an issue with PHPExcel: but something with the headers... Metadata in the generated file is completely optional; and PHPExcel has no external dependencies - it's deliberately designed to run...

View Article


New Post: Error while converting xlsx to csv in Ubuntu environment

ZipArchive is a prerequisite for running PHPExcel when using zipped file formats such as xlsx. PCLZip is currently only provided as an alternative for writing, not for reading. You need to install a...

View Article

New Post: problem with downloading excel from php://output

Yes you are totally correct. It is written in the file. And congrats for such a well written and documented project. I thought it was the filename the header problem  but writing 'simple.xls' doesn't...

View Article

New Post: Error while converting xlsx to csv in Ubuntu environment

okay. i have downloaded zziplib-0.13.59.tar.bz2 but after the extraction of this file what we need to do in order to install it? and do we need to uncomment the zip extension in php.ini file also? and...

View Article


New Post: support russian characters

write require_once('PHPExcel.php'); $phpexcel = new PHPExcel(); $page = $phpexcel->setActiveSheetIndex(0); $page->setCellValue("B2", "Hello world"); // this $page->setTitle("Test");...

View Article

New Post: problem with downloading excel from php://output

I saw your answer in http://stackoverflow.com/questions/5999939/how-to-download-excel-file-in-internet-explorer-browser-with-phpexcel-library and i am using ssl, does this have anything to do with my...

View Article

New Post: support russian characters

Is your script saved as UTF-8? PHPExcel is written to work with UTF-8 internally, so as long as your  "Привет мир" was UTF-8 then there should be no problem at all

View Article


New Post: Error while converting xlsx to csv in Ubuntu environment

The link in my message to the Installation details for ZipArchive should explain exactly what you need to do to enable ZipArchive in your PHP. Clearly your Windows version of PHP is configured...

View Article


New Post: Horizontal Stacked Barchart

Hi there.   I'm trying to create a horizontal stacked barchart. The labels are in Column 'A', the Values in Column 'D'. I use the following code to create the $series array: $series = array(); for ($r...

View Article

New Post: Horizontal Stacked Barchart

There is an example setting bar direction provided in /Tests $series->setPlotDirection(PHPExcel_Chart_DataSeries::DIRECTION_BAR); Can't understand how you're getting every series with the same...

View Article

New Post: Cant open spreadsheets created under Windows (XP with Apache)

FYI this is fixed in 1.7.8 :) thanks

View Article

New Post: Horizontal Stacked Barchart

Ah, yes, that puts it horizontally, thanks. Is there a way to set the colors manually?     mfg Tobias

View Article


New Post: Horizontal Stacked Barchart

At the moment there isn't a way to set the colours manually: and I can't understand how it is setting all the colours to be identical.... the code written to the Excel xml chart file for every single...

View Article

New Post: Horizontal Stacked Barchart

Sure: $series = array(); for ($r = 11; $r <= 16; $r++) { $label = new PHPExcel_Chart_DataSeriesValues('String', 'A'.$r,null,1); $value = new PHPExcel_Chart_DataSeriesValues('Number', 'D'.$r,null,1);...

View Article


New Post: support russian characters

yes. Thank you!

View Article

New Post: Problem with an xls' file --> Fatal error: Call to a member...

Thanks for your answer.   But it's not working...   Here is my code : <?php error_reporting(E_ALL); set_time_limit(0); date_default_timezone_set('Europe/London'); ?> <html> <head>...

View Article


New Post: There is no right border

Hi everybody.  I've got a problem : I'd like to have right border on my cells. I can have left, top bottom borders, but no right borders. :   $formatBordure = array( 'borders' => array(...

View Article

New Post: Get number of CSV rows

Hi Is there a function that we can get the number of rows in a CSV file?  I am using the below code to read the data of the CSV file.  $sheetData = $objPHPExcel->getActiveSheet()->toArray(null,...

View Article

New Post: Get number of CSV rows

count($sheetData); or $objPHPExcel->getActiveSheet()->getHighestRow();

View Article
Browsing all 2707 articles
Browse latest View live


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