```php $sheet1->setCellValue('E1', '="THIS IS E1"'); ``` Writer converts formula to `="THIS IS [.E1]"`. The substitution would be correct for, say, `=G1`. This seems like it could be very tricky to fix.