/core/util/Spreadsheet.class.php

Description

PHP2Go Web Development Framework

Copyright (c) 2002-2007 Marcos Pont

LICENSE:

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Classes
Class Description
Spreadsheet Streams data in the BIFF (Binary Interchange File Format) format
Constants
SPRSH_BIG_ENDIAN = 1 (line 40)

Big endian byte order

SPRSH_DATE = 2415033 (line 80)

Used on date calculations

SPRSH_FONT_0 = 0 (line 64)

First font

SPRSH_FONT_1 = 0x40 (line 68)

Second font

SPRSH_FONT_2 = 0x80 (line 72)

Third font

SPRSH_FONT_3 = 0xC0 (line 76)

Fourth font

SPRSH_LITTLE_ENDIAN = 0 (line 36)

Little endian byte order

SPRSH_MAX_CHARS = 255 (line 52)

Max chars inside a spreadsheet cell

SPRSH_MAX_COLS = 256 (line 48)

Max spreadsheet cols

SPRSH_MAX_NOTE = 2048 (line 56)

Max length of a cell note

SPRSH_MAX_ROWS = 65536 (line 44)

Max spreadsheet rows

SPRSH_RECORD_LIMIT = 2084 (line 60)

Max size of a BIFF record in bytes

Documentation generated on Sun, 07 Oct 2007 19:29:43 -0300 by phpDocumentor 1.3.2