I have further narrowed down the problem to one of the lookups that the formula does. Specifically this one:
VLOOKUP(D13,Loadings!$I$12:$K$201,2,FALSE)
Basically that is looking up another value on a separate sheet. any ideas why that lookup might not work? Cell D13 is a string, the value that's being returned should be an integer.
As I say excel (and open office ) do this lookup fine, so I'm guessing this is a quirk of the phpexcel code that maybe others know about?
VLOOKUP(D13,Loadings!$I$12:$K$201,2,FALSE)
Basically that is looking up another value on a separate sheet. any ideas why that lookup might not work? Cell D13 is a string, the value that's being returned should be an integer.
As I say excel (and open office ) do this lookup fine, so I'm guessing this is a quirk of the phpexcel code that maybe others know about?