File/web/plugin/feature/sms_excel/lib/external/Spreadsheet/Excel/Writer/Parser.php

Description

Class for parsing Excel formulas

License Information:

Spreadsheet_Excel_Writer: A library for generating Excel Spreadsheets Copyright (c) 2002-2003 Xavier Noguer xnoguer@rezebra.com

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
 class Spreadsheet_Excel_Writer_Parser Class for parsing Excel formulas
Includes
 require_once (PEAR.php) (line 100)
Constants
SPREADSHEET_EXCEL_WRITER_ADD = "+" (line 28)
SPREADSHEET_EXCEL_WRITER_CLOSE = ")" (line 53)
SPREADSHEET_EXCEL_WRITER_COMA = "," (line 58)
SPREADSHEET_EXCEL_WRITER_CONCAT = "&" (line 98)

* @const SPREADSHEET_EXCEL_WRITER_CONCAT token identifier for character "&"

SPREADSHEET_EXCEL_WRITER_DIV = "/" (line 43)
SPREADSHEET_EXCEL_WRITER_EQ = "=" (line 88)
SPREADSHEET_EXCEL_WRITER_GE = ">=" (line 83)
SPREADSHEET_EXCEL_WRITER_GT = ">" (line 68)
SPREADSHEET_EXCEL_WRITER_LE = "<=" (line 78)
SPREADSHEET_EXCEL_WRITER_LT = "<" (line 73)
SPREADSHEET_EXCEL_WRITER_MUL = "*" (line 38)
SPREADSHEET_EXCEL_WRITER_NE = "<>" (line 93)
SPREADSHEET_EXCEL_WRITER_OPEN = "(" (line 48)
SPREADSHEET_EXCEL_WRITER_SEMICOLON = ";" (line 63)
SPREADSHEET_EXCEL_WRITER_SUB = "-" (line 33)

Documentation generated on Wed, 09 Feb 2011 09:02:46 +0700 by phpDocumentor 1.4.2