Documentation

XlsReaderComponent
in package

Table of Contents

Properties

$content  : mixed
$head  : mixed

Methods

__construct()  : mixed
XlsReaderComponent constructor.
getContent()  : mixed
Get the value of content.
getHead()  : mixed
Get the value of head.
setContent()  : self
Set the value of content.
setHead()  : self
Set the value of head.
addSlash()  : mixed
adjustContent()  : mixed

Properties

Methods

__construct()

XlsReaderComponent constructor.

public __construct(mixed $fileName, mixed $ext[, mixed $emptyIndex = null ]) : mixed
Parameters
$fileName : mixed
$ext : mixed
$emptyIndex : mixed = null
Tags
throws
Exception
throws
Exception

setContent()

Set the value of content.

public setContent(mixed $content) : self
Parameters
$content : mixed
Return values
self

setHead()

Set the value of head.

public setHead(mixed $head) : self
Parameters
$head : mixed
Return values
self

adjustContent()

private adjustContent(mixed $datas, mixed $emptyIndex) : mixed
Parameters
$datas : mixed
$emptyIndex : mixed

        
On this page

Search results