Questions tagged [spreadsheet-excel-writer]

A PHP package for generating Excel spreadsheets

From its PEAR page:

Summary

Package for generating Excel spreadsheets

Description

Spreadsheet_Excel_Writer was born as a porting of the Spreadsheet::WriteExcel Perl module to PHP.
It allows writing of Excel spreadsheets without the need for COM objects.
It supports formulas, images (BMP) and all kinds of formatting for text and cells.
It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available.

32 questions
0
votes
1 answer

PHP - PEAR Spreadsheet_Excel_Writer - Merging columns fails after Row ~259?

I'm using PEAR's Spreadsheet_Excel_Writer to, well, write Excel files. I'm encountering a rather odd error, though. Without fail, my script stops merging cells around row ~260, plus/minus maybe 2. I am reading values from a database with a variable…
Nathanael
  • 6,893
  • 5
  • 33
  • 54
-1
votes
2 answers

PHPExcel Writer Excel2007 error

I recently encountered this error in my report. PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 3022731 bytes) I cant seem to resolved the problem, i already added: set_time_limit(0); ini_set('memory_limit',…
danteboi
  • 9
  • 4
1 2
3