msantyx / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

Cut cell text after 12 letters #182

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I read the line with $data->val($k,'B',$sheet=1)
2. Will give this output: CDAX-GESAMTI
3. Cellcontent is: CDAX-GESAMTINDEX (KURS)
4. Cell format: Standard, Linebreak

What is the expected output? What do you see instead?
CDAX-GESAMTI

Please provide any additional information below.
latest version of reader,
Cellcontent is: CDAX-GESAMTINDEX (KURS)
Cell format: Standard, Linebreak

Original issue reported on code.google.com by zimm...@gmail.com on 31 Dec 2013 at 8:40