Prev HTML |
ExcelExplorer Manual |
Next IsRichText |
 |
(ExcelExplorer 4.0)
Returns data in UTF-8 coding.
mixed UTF8( )
Parameters
- None
Description
Returns data converted to UTF-8 coding.
This coding is widely used in the XML documents, databases and more.
Print string in the UTF-8 coding
<?php
echo $ee->Cell($sheet,$col,$row)->Data()->UTF8();
?>
|