Prev IsUnicode |
ExcelExplorer Manual |
Next HTML |
 |
(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();
?>
|