Streams data in the BIFF (Binary Interchange File Format) format
The BIFF format can be read by applications like MS Excel and OpenOffice.org. The class is compliant with BIFF version 2.1.
Located in /core/util/Spreadsheet.class.php (line 96)
PHP2Go | --Spreadsheet
Active frozen pane
Backup flag
Bottom margin
Byte order
Cell formats
Holds customized cell widths
Cell data stream
Date picture
Datetime picture
Default cell width
Default row height
Cell fonts
Footer text
Footer margin
Indicates if the spreadsheet contains frozen panes
Header text
Header margin
Horizontal page breaks
Left margin
Max col dimension
Max row dimension
Min col dimension
Min row dimension
Cell notes stream
Frozen panes
Cell picures
Print grid lines flag
Print headers flag
Whether the spreadsheet should be protected with a password
Spreadsheet's password
Right margin
Holds customized row heights
Indicates if the spreadsheet contains a selected area
Selection area
Binary stream
Whether errors should be thrown
Top margin
Vertical page breaks
Adds a new cell format
Formatting options: align, fill, shaded, box_border, left_border, right_border, top_border, bottom_border, locked and hidden.
Adds a note on a given position
Adds a new cell font
Font properties: name, size, bold, italic, underline and strikeout.
Adds an horizontal page break
Adds a new cell picture
Adds a vertical page break
Sends the proper download headers and flushes the spreadsheet contents
Adds a frozen pane
Protects the spreadsheet with a password
Enable/disable backup flag
Set bottom margin
Set the width of a column or a range of columns
Set contents and margin of the spreadsheet footer
The margin values must be expressed in inches.
Set contents and margin of the spreadsheet header
The margin values must be expressed in inches.
Set left margin
Set a single value to all spreadsheet margins
The margin values must be expressed in inches.
Enable/disable printing of grid lines
Enable/disable printing of headers
Set right margin
Set the height of a row or a range of rows
Set selection area
Set top margin
Renders and saves the spreadsheet contents to a file
Writes an array of values on a given row
The method determines data type by calling http://www.php.net/gettype for each array entry.
Writes a blank string on a given position
Writes data on a given position
Writes a datetime value on a given position
Writes a numeric value on a given position
Writes a string on a given position
Rebuilds the column width based on the length of inserted values
Appends a value in the spreadsheet's binary stream
Builds a hash from the properties of a cell format
Checks if a row/column pair respects the spreadsheet limits
Encodes the spreadsheet's password
Checks the floating point format of the server
Renders spreadsheet's binary stream
Writes the BACKUP record
Writes BOF (begin of file) record
Writes the HBREAK and VBREAK records
Writes the CODEPAGE record
Writes the records containing the column widths
Writes a sequence of CONTINUE records
Write a sequence of blocks of 2080 bytes to allow records greater than the limit imposed by the BIFF 2.1 format.
Writes the DEFAULTROWHEIGHT record
Writes the EOF (end of file) record
Writes the cell fonts
Writes the FOOTER record
Writes the HEADER record
Writes the LEFTMARGIN, RIGHTMARGIN, TOPMARGIN and BOTTOMMARGIN records
Writes the PANE record
Writes the cell pictures
Writes the PRINTGRIDLINES record
Writes the PRINTROWHEADERS record
Writes the protection password, if enabled
Writes the row heights
Writes the SELECTION record
Writes the WINDOW1 record
Writes the WINDOW2 record
Writes the WSBOOL record
Inherited From PHP2Go
PHP2Go::PHP2Go()
PHP2Go::equals()
PHP2Go::generateUniqueId()
PHP2Go::getClassName()
PHP2Go::getConfigVal()
PHP2Go::getLangVal()
PHP2Go::getObjectName()
PHP2Go::getParentName()
PHP2Go::hasDestructor()
PHP2Go::hashCode()
PHP2Go::isA()
PHP2Go::isSubclassOf()
PHP2Go::logError()
PHP2Go::raiseError()
PHP2Go::registerDestructor()
PHP2Go::registerShutdownFunc()
PHP2Go::retrieve()
PHP2Go::store()
PHP2Go::__toString()
Documentation generated on Sun, 07 Oct 2007 19:29:43 -0300 by phpDocumentor 1.3.2