[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Reader/ -> SYLK.php (summary)

(no description)

File Size: 478 lines (20 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_Reader_SYLK:: (9 methods):
  __construct()
  isValidFormat()
  setInputEncoding()
  getInputEncoding()
  listWorksheetInfo()
  load()
  loadIntoExisting()
  getSheetIndex()
  setSheetIndex()


Class: PHPExcel_Reader_SYLK  - X-Ref

PHPExcel_Reader_SYLK

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

__construct()   X-Ref
Create a new PHPExcel_Reader_SYLK


isValidFormat()   X-Ref
Validate that the current file is a SYLK file

return: boolean

setInputEncoding($pValue = 'ANSI')   X-Ref
Set input encoding

param: string $pValue Input encoding

getInputEncoding()   X-Ref
Get input encoding

return: string

listWorksheetInfo($pFilename)   X-Ref
Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)

param: string     $pFilename

load($pFilename)   X-Ref
Loads PHPExcel from file

param: string         $pFilename
return: PHPExcel

loadIntoExisting($pFilename, PHPExcel $objPHPExcel)   X-Ref
Loads PHPExcel from file into PHPExcel instance

param: string         $pFilename
param: PHPExcel    $objPHPExcel
return: PHPExcel

getSheetIndex()   X-Ref
Get sheet index

return: int

setSheetIndex($pValue = 0)   X-Ref
Set sheet index

param: int        $pValue        Sheet index
return: PHPExcel_Reader_SYLK



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1