PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » Spreadsheet_Excel_Writer » Bug #9126

SetVersion(8)->setInputEncoding('windows-1250') cells with many data,excelcrash

Details

Submitted2006-10-21 20:56 UTC
Fromdkozlows at tlen dot pl
StatusDuplicate
PackageSpreadsheet_Excel_Writer
PHP Version4.3.10
OSWindows
Roadmaps(Not assigned)

Comments

[2006-10-21 20:56 UTC] dkozlows at tlen dot pl

Description:
------------
When I setup :
SetVersion(8)
SetInputEncoding('windows-1250')
When I was add many cells with many data,excel was crashed.

[2006-10-22 13:59 UTC] dkozlows at tlen dot pl

I get data from database where charset-coding is latin2...

[2006-10-22 14:52 UTC] dkozlows at tlen dot pl

When I comment line : SetInputEncoding('windows-1250'), all is ok, but I don't have polish chars.

[2006-10-26 13:28 UTC] anree at pisem dot net

Also this bug is have when charset is cp1251 (russian).
Please do it something.
Thank you.

[2006-10-27 08:55 UTC] anree at pisem dot net

I found bugfix in there:
http://pear.php.net/bugs/bug.php?id=1572
answer of [2006-05-31 13:17 UTC] michal dot fapso at goldenboat dot net (Michal Fapso)

P.S.sorry for my english. I fix bug when i set cp1251 charset

[2006-10-30 14:07 UTC] dkozlows at tlen dot pl

I try apply this patch to version 0.9.1 but excel still crash...

[2006-12-09 22:47 UTC] dkozlows at tlen dot pl

This patch is for version earlier than 0.9.0.