EXAMPLES : Unicode
Unicode
2009-12-18 : Laurent VUIBERT
The code use utf8 data


tyle="color: #FF8000">// Load library
require_once('ods/ods.php');
// Create Ods object
$ods = new ods();
// Create table named 'utf8'
$table = new odsTable('utf8');
// Create french row
$row = new odsTableRow();
$row->addCell( new odsTableCellString("French") );
$row->addCell( new odsTableCellString("àôïîéèç...") );
$table->addRow($row);
// Create greek row
$row = new odsTableRow();
$row->addCell( new odsTableCellString("Greek") );
$row->addCell( new odsTableCellString("αβγδεζϕΩ...") );
$table->addRow($row);
// Create hebrew row
$row = new odsTableRow();
$row->addCell( new odsTableCellString("Hebrew") );
$row->addCell( new odsTableCellString("ש֓חרםא...") );
$table->addRow($row);
// Create arab row
$row = new odsTableRow();
$row->addCell( new odsTableCellString("Arab") );
$row->addCell( new odsTableCellString("ڤڦڪصى...") );
$table->addRow($row);
$row = new odsTableRow();
$row->addCell( new odsTableCellString("...") );
$row->addCell( new odsTableCellString("...") );
$table->addRow($row);
// Attach talble to ods
$ods->addTable($table);
// Download the file
$ods->downloadOdsFile("Unicode.ods")
Re : Re : Unicode
2026-09-10 : Bevvy
Thanks for sharing this. It’s always refreshing to find content that is actually useful.ล็อกอิน lsm99
News
Examples
Copying
Download
Git
Rss (news)
Re : Unicode
<a href="https://lsm999dna.info/login">ล็อกอิน lsm99</a>.