API Documentation

Search/Lucene/Document/Xlsx.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Search_Lucene
subpackage
Document
version
$Id: Xlsx.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Search_Lucene_Document_Xlsx

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Search_Lucene_Document_Xlsx

Extends from
Zend_Search_Lucene_Document_OpenXml
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Search_Lucene
subpackage
Document
Constants
SCHEMA_SPREADSHEETML
SCHEMA_DRAWINGML
SCHEMA_SHAREDSTRINGS
SCHEMA_WORKSHEETRELATION
SCHEMA_SLIDENOTESRELATION
Methods
__construct
_parseRichText
loadXlsxFile

Description

Xlsx document.

Constants

SCHEMA_SPREADSHEETML

string SCHEMA_SPREADSHEETML = 'http://schemas.openxmlformats.org/spreadsheetml/2006/main'

Xml Schema - SpreadsheetML

Details

value
http://schemas.openxmlformats.org/spreadsheetml/2006/main
SCHEMA_SPREADSHEETML
string

SCHEMA_DRAWINGML

string SCHEMA_DRAWINGML = 'http://schemas.openxmlformats.org/drawingml/2006/main'

Xml Schema - DrawingML

Details

value
http://schemas.openxmlformats.org/drawingml/2006/main
SCHEMA_DRAWINGML
string

SCHEMA_SHAREDSTRINGS

string SCHEMA_SHAREDSTRINGS = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings'

Xml Schema - Shared Strings

Details

value
http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings
SCHEMA_SHAREDSTRINGS
string

SCHEMA_WORKSHEETRELATION

string SCHEMA_WORKSHEETRELATION = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet'

Xml Schema - Worksheet relation

Details

value
http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet
SCHEMA_WORKSHEETRELATION
string

SCHEMA_SLIDENOTESRELATION

string SCHEMA_SLIDENOTESRELATION = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesSlide'

Xml Schema - Slide notes relation

Details

value
http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesSlide
SCHEMA_SLIDENOTESRELATION
string

Methods

__construct

__construct( string $fileName, boolean $storeContent ) :

Object constructor

Arguments
$fileName
string
$storeContent
boolean
Details
visibility
private
final
false
static
false
throws

_parseRichText

_parseRichText( SimpleXMLElement $is = null ) : string

Parse rich text XML

Arguments
$is
SimpleXMLElement
Output
string
Details
visibility
private
final
false
static
false

loadXlsxFile

loadXlsxFile( string $fileName, boolean $storeContent = false ) : Zend_Search_Lucene_Document_Xlsx

Load Xlsx document from a file

Arguments
$fileName
string
$storeContent
boolean
Details
visibility
public
final
false
static
true
Documentation was generated by DocBlox.