arikdan / as3xls

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

Does not support references to other worksheets #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. import attached xls file
2. read value from sheets[0].getCell(0,3)

What is the expected output? What do you see instead?
Should display numeric value called from sheet2, but instead reads null

Please provide any additional information below.
It appears that formulas referencing other sheets are set as Record.type =
1052, which has handler function "format" rather than "formula".

Original issue reported on code.google.com by delong.n...@gmail.com on 23 Feb 2009 at 6:10

Attachments:

GoogleCodeExporter commented 9 years ago
Is there any workaround for this issue?

Original comment by juditmso...@gmail.com on 23 Jun 2010 at 10:14