Zend Framework
1.12
|
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' |
![]() | |
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/' |
![]() | |
$boost = 1.0 | |
Additional Inherited Members | |
![]() | |
__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. | |
![]() | |
extractMetaData (ZipArchive $package) | |
Extract metadata from document. | |
absoluteZipPath ($path) | |
Determine absolute zip path. | |
![]() | |
$_fields = array() | |
|
static |
Load Xlsx document from a file.
string | $fileName | |
boolean | $storeContent |
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' |