https://issues.apache.org/bugzilla/show_bug.cgi?id=52057
Yegor Kozlov <ye...@dinom.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Yegor Kozlov <ye...@dinom.ru> 2012-02-28 11:56:17 UTC --- Done in r1294595 I added a warning to catch similar issues in the future. it turned out we had quite a lot of not covered functions: [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] ADDRESS: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] CHAR: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] CLEAN: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] COLUMNS: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] COUNTBLANK: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] DATE: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] DAYS360: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] FIND: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] HLOOKUP: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] HOUR: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] HYPERLINK: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] INDIRECT: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] IRR: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] LOOKUP: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] MINUTE: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] NOT: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] NOW: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] NPV: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] PI: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] POISSON: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] RAND: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] RATE: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] ROWS: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] SEARCH: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] SECOND: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] SUBTOTAL: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] TEXT: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] TIME: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] TODAY: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] TRUNC: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] VALUE: function is supported but missing test data [org.apache.poi.ss.formula.eval.TestFormulasFromSpreadsheet] VLOOKUP: function is supported but missing test data I fixed all except NOW,TODAY and RAND : these are not deterministic. Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org