oleibman

Results 54 issues of oleibman

Fix #4451. The reporter's analysis is correct - the method has a bug. The solution is relatively easy. Nevertheless, proving that the fix works as desired is tricky. The submitter's...

After a very long delay, PR #3528 has been moved to ready status, and will be installed soon, warts and all. And it has warts aplenty. It fixes some problem,...

```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...

writer/ods

There are at least 2 problems. The first is minor, using the wrong property in a single statement; this is addressed by @quonly in PR #4339. A more serious problem...