showbright1 / as3xls

Automatically exported from code.google.com/p/as3xls
0 stars 0 forks source link

can't read merged cell #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create new excel file with A1 merged with A2, input some values (ex: 123456)
2. read the cell with the code : var str:String=sheet.getCell(0,0).toString()

What is the expected output? What do you see instead?
expected value of str is 123456, but the output is "" (empty string)

What version of the product are you using? On what operating system?
windows7

Please provide any additional information below.

Original issue reported on code.google.com by ichsan.a...@gmail.com on 11 Apr 2014 at 2:14