I have a very long string (about 700 characters) that I need to export to a single cell.
$pdf->Cell(150,$h,$model->data["value"]);
When opening it using Microsoft Excel it gives me a "File error: data may have been lost." whereas with OpenOffice it works perfectly.
Any workarounds for this?