[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/include/inc_ext/PEAR/Spreadsheet/Excel/ -> Writer.php (summary)

(no description)

File Size: 104 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Spreadsheet_Excel_Writer:: (3 methods):
  Spreadsheet_Excel_Writer()
  send()
  rowcolToCell()


Class: Spreadsheet_Excel_Writer  - X-Ref

Class for writing Excel Spreadsheets. This class should change COMPLETELY.

Spreadsheet_Excel_Writer($filename = '')   X-Ref
The constructor. It just creates a Workbook

param: string $filename The optional filename for the Workbook.
return: Spreadsheet_Excel_Writer_Workbook The Workbook created

send($filename)   X-Ref
Send HTTP headers for the Excel file.

param: string $filename The filename to use for HTTP headers

rowcolToCell($row, $col)   X-Ref
Utility function for writing formulas
Converts a cell's coordinates to the A1 format.

param: integer $row Row for the cell to convert (0-indexed).
param: integer $col Column for the cell to convert (0-indexed).
return: string The cell identifier in A1 format



Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7