Overview

Namespaces

  • PHP
  • SimpleExcel
    • Enums
    • Parser
    • Spreadsheet
    • Writer

Classes

  • Cell
  • Workbook
  • Worksheet
  • Overview
  • Namespace
  • Class
  • Tree

Class Cell

define cell struct

Namespace: SimpleExcel\Spreadsheet
Located at Spreadsheet/Cell.php
Methods summary
public
# __construct( mixed $value = '', string $datatype = SimpleExcel\Spreadsheet\Datatype::TEXT )

Parameters

$value
mixed
$value Cell value
$datatype
string
$datatype Cell type (optional)
Properties summary
public integer $datatype
#

Cell datatype

Cell datatype

public mixed $value
#

Cell value

Cell value

API documentation generated by ApiGen 2.8.0