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_Shared_CodePage
  • PHPExcel_Shared_Date
  • PHPExcel_Shared_Drawing
  • PHPExcel_Shared_Excel5
  • PHPExcel_Shared_File
  • PHPExcel_Shared_Font
  • PHPExcel_Shared_OLERead
  • PHPExcel_Shared_PasswordHasher
  • PHPExcel_Shared_String
  • PHPExcel_Shared_TimeZone
  • PHPExcel_Shared_XMLWriter
  • PHPExcel_Shared_ZipStreamWrapper
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Shared_OLERead

Package: PHPExcel\Shared
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Shared/OLERead.php
Methods summary
public
# read( $sFileName )

Read the file

Read the file

Parameters

$sFileName
Filename

Throws

PHPExcel_Reader_Exception
public string
# getStream( $stream )

Extract binary stream data

Extract binary stream data

Returns

string
private string
# _readData( integer $bl )

Read a standard stream (by joining sectors using information from SAT)

Read a standard stream (by joining sectors using information from SAT)

Parameters

$bl
Sector ID where the stream starts

Returns

string
Data for standard stream
private
# _readPropertySets( )

Read entries in the directory stream.

Read entries in the directory stream.

private static integer
# _GetInt4d( string $data, integer $pos )

Read 4 bytes of data at specified position

Read 4 bytes of data at specified position

Parameters

$data
$pos

Returns

integer
Constants summary
IDENTIFIER_OLE
# PHPExcel_Shared_OLERead::IDENTIFIER_OLE
integer BIG_BLOCK_SIZE
# 0x200
integer SMALL_BLOCK_SIZE
# 0x40
integer PROPERTY_STORAGE_BLOCK_SIZE
# 0x80
integer SMALL_BLOCK_THRESHOLD
# 0x1000
integer NUM_BIG_BLOCK_DEPOT_BLOCKS_POS
# 0x2c
integer ROOT_START_BLOCK_POS
# 0x30
integer SMALL_BLOCK_DEPOT_BLOCK_POS
# 0x3c
integer EXTENSION_BLOCK_POS
# 0x44
integer NUM_EXTENSION_BLOCK_POS
# 0x48
integer BIG_BLOCK_DEPOT_BLOCKS_POS
# 0x4c
integer SIZE_OF_NAME_POS
# 0x40
integer TYPE_POS
# 0x42
integer START_BLOCK_POS
# 0x74
integer SIZE_POS
# 0x78
Properties summary
private string $data
# ''
public $wrkbook
# null
public $summaryInformation
# null
public $documentSummaryInformation
# null
Autene API documentation generated by ApiGen