Spreadsheet_Excel_Writer
[ class tree: Spreadsheet_Excel_Writer ] [ index: Spreadsheet_Excel_Writer ] [ all elements ]

Class: Spreadsheet_Excel_Writer_BIFFwriter

Source Location: /Spreadsheet_Excel_Writer-0.9.3/Spreadsheet/Excel/Writer/BIFFwriter.php

Class Overview

PEAR
   |
   --Spreadsheet_Excel_Writer_BIFFwriter

Class for writing Excel BIFF records.


Author(s):

Methods


Child classes:

Spreadsheet_Excel_Writer_Workbook
Class for generating Excel Spreadsheets
Spreadsheet_Excel_Writer_Worksheet
Class for generating Excel Spreadsheets

Inherited Variables

Inherited Methods


Class Details

[line 54]
Class for writing Excel BIFF records.

From "MICROSOFT EXCEL BINARY FILE FORMAT" by Mark O'Brien (Microsoft Corporation):

BIFF (BInary File Format) is the file format in which Excel documents are saved on disk. A BIFF file is a complete description of an Excel document. BIFF files consist of sequences of variable-length records. There are many different types of BIFF records. For example, one record type describes a formula entered into a cell; one describes the size and location of a window into a document; another describes a picture format.



[ Top ]


Method Detail

Spreadsheet_Excel_Writer_BIFFwriter (Constructor)   [line 104]

Spreadsheet_Excel_Writer_BIFFwriter Spreadsheet_Excel_Writer_BIFFwriter( )

Constructor
  • Access: public

[ Top ]

setTempDir   [line 258]

true setTempDir( string $dir)

Sets the temp dir used for storing the OLE file
  • Return: if given dir is valid, false otherwise
  • Access: public

Parameters:

string   $dir   —  The dir to be used as temp dir

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:47:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.