Zend Framework  1.12
Static Public Member Functions | Public Attributes | List of all members
Zend_Search_Lucene_Document_Xlsx Class Reference

Static Public Member Functions

static loadXlsxFile ($fileName, $storeContent=false)
 Load Xlsx document from a file.
 

Public Attributes

const SCHEMA_SPREADSHEETML = 'http://schemas.openxmlformats.org/spreadsheetml/2006/main'
 
const SCHEMA_DRAWINGML = 'http://schemas.openxmlformats.org/drawingml/2006/main'
 
const SCHEMA_SHAREDSTRINGS = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings'
 
const SCHEMA_WORKSHEETRELATION = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet'
 
const SCHEMA_SLIDENOTESRELATION = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesSlide'
 
- Public Attributes inherited from Zend_Search_Lucene_Document_OpenXml
const SCHEMA_RELATIONSHIP = 'http://schemas.openxmlformats.org/package/2006/relationships'
 
const SCHEMA_OFFICEDOCUMENT = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument'
 
const SCHEMA_COREPROPERTIES = 'http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties'
 
const SCHEMA_DUBLINCORE = 'http://purl.org/dc/elements/1.1/'
 
const SCHEMA_DUBLINCORETERMS = 'http://purl.org/dc/terms/'
 
- Public Attributes inherited from Zend_Search_Lucene_Document
 $boost = 1.0
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Search_Lucene_Document
 __get ($offset)
 Proxy method for getFieldValue(), provides more convenient access to the string value of a field.
 
 addField (Zend_Search_Lucene_Field $field)
 Add a field object to this document.
 
 getFieldNames ()
 Return an array with the names of the fields in this document.
 
 getField ($fieldName)
 Returns Zend_Search_Lucene_Field object for a named field in this document.
 
 getFieldValue ($fieldName)
 Returns the string value of a named field in this document.
 
 getFieldUtf8Value ($fieldName)
 Returns the string value of a named field in UTF-8 encoding.
 
- Protected Member Functions inherited from Zend_Search_Lucene_Document_OpenXml
 extractMetaData (ZipArchive $package)
 Extract metadata from document.
 
 absoluteZipPath ($path)
 Determine absolute zip path.
 
- Protected Attributes inherited from Zend_Search_Lucene_Document
 $_fields = array()
 

Member Function Documentation

static loadXlsxFile (   $fileName,
  $storeContent = false 
)
static

Load Xlsx document from a file.

Parameters
string$fileName
boolean$storeContent
Returns
Zend_Search_Lucene_Document_Xlsx

Member Data Documentation

const SCHEMA_DRAWINGML = 'http://schemas.openxmlformats.org/drawingml/2006/main'
const SCHEMA_SHAREDSTRINGS = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings'
const SCHEMA_SLIDENOTESRELATION = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesSlide'
const SCHEMA_SPREADSHEETML = 'http://schemas.openxmlformats.org/spreadsheetml/2006/main'
const SCHEMA_WORKSHEETRELATION = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet'