Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Reader_Abstract
  • PHPExcel_Reader_CSV
  • PHPExcel_Reader_DefaultReadFilter
  • PHPExcel_Reader_Excel2003XML
  • PHPExcel_Reader_Excel2007
  • PHPExcel_Reader_Gnumeric
  • PHPExcel_Reader_HTML
  • PHPExcel_Reader_OOCalc
  • PHPExcel_Reader_SYLK

Interfaces

  • PHPExcel_Reader_IReader
  • PHPExcel_Reader_IReadFilter

Exceptions

  • PHPExcel_Reader_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Reader_Gnumeric

PHPExcel_Reader_Gnumeric

PHPExcel_Reader_Abstract implements PHPExcel_Reader_IReader
Extended by PHPExcel_Reader_Gnumeric implements PHPExcel_Reader_IReader
Package: PHPExcel\Reader
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Reader/Gnumeric.php
Methods summary
public
# __construct( )

Create a new PHPExcel_Reader_Gnumeric

Create a new PHPExcel_Reader_Gnumeric

public boolean
# canRead( string $pFilename )

Can the current PHPExcel_Reader_IReader read the file?

Can the current PHPExcel_Reader_IReader read the file?

Parameters

$pFilename

Returns

boolean

Throws

PHPExcel_Reader_Exception

Overrides

PHPExcel_Reader_Abstract::canRead()

Implementation of

PHPExcel_Reader_IReader::canRead()
public
# listWorksheetNames( string $pFilename )

Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object

Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object

Parameters

$pFilename

Throws

PHPExcel_Reader_Exception
public
# listWorksheetInfo( string $pFilename )

Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)

Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)

Parameters

$pFilename

Throws

PHPExcel_Reader_Exception
private
# _gzfileGetContents( $filename )
public PHPExcel
# load( string $pFilename )

Loads PHPExcel from file

Loads PHPExcel from file

Parameters

$pFilename

Returns

PHPExcel

Throws

PHPExcel_Reader_Exception

Implementation of

PHPExcel_Reader_IReader::load()
public PHPExcel
# loadIntoExisting( string $pFilename, PHPExcel $objPHPExcel )

Loads PHPExcel from file into PHPExcel instance

Loads PHPExcel from file into PHPExcel instance

Parameters

$pFilename
$objPHPExcel

Returns

PHPExcel

Throws

PHPExcel_Reader_Exception
private static
# _parseBorderAttributes( $borderAttributes )
private
# _parseRichText( $is = '' )
private static
# _parseGnumericColour( $gnmColour )
Methods inherited from PHPExcel_Reader_Abstract
_openFile(), getIncludeCharts(), getLoadSheetsOnly(), getReadDataOnly(), getReadFilter(), setIncludeCharts(), setLoadAllSheets(), setLoadSheetsOnly(), setReadDataOnly(), setReadFilter()
Properties summary
private array $_styles

Formats

Formats

# array()
private array $_expressions

Shared Expressions

Shared Expressions

# array()
private $_referenceHelper
# null
Properties inherited from PHPExcel_Reader_Abstract
$_fileHandle, $_includeCharts, $_loadSheetsOnly, $_readDataOnly, $_readFilter
Autene API documentation generated by ApiGen