Prev
IsUnicode
ExcelExplorer Manual Next
HTML


EEData::Plain

(ExcelExplorer 4.0)

Returns data unmodified.

mixed Plain(  )
Parameters
None
Description

Returns data unmodified. Returns string either in 16-bit or 8-bit format as it stored in the Excel file.

Get string unmodified


<?php


  $str 
$ee->Cell($sheet,$col,$row)->Data()->Plain();

?>

 
Prev
IsUnicode
Home
Up
Next
HTML

 
© 2002-2009 EEPHP.com
All Rights Reserved.