sutoiku / formula.js

JavaScript implementation of most Microsoft Excel formula functions
Other
2.14k stars 293 forks source link

YEARFRAC and IE8 #7

Closed bootnumlock closed 10 years ago

bootnumlock commented 10 years ago

the formula works fine in ie9 but i cannot get it to work in ie8 gets 'Object doesn't support property or method 'indexOf'' now it says the error is in the jquery included file, but i am sure it has to do with something in forumula.js.

link for reference: http://go.segalco.com/xylem/calc/index.html thanks,

bootnumlock commented 10 years ago

okay, so the issue is the lack of support for indexOf in ie8 and below. i was able to update this particular function with the jquery inArray() -- this is a great toolset, but it does not look to support IE8 and below as there is extensive use of indexOf() :(

jalateras commented 10 years ago

Unfortunately IE8 support is not on our roadmap