I got close to finding my answer in section 3.11.1 (starts on Page 74) of https://www.openoffice.org/sc/excelfileformat.pdf, but DAYS isn't included.
Helpful resource if others are curious. On Fri, Dec 4, 2015 at 12:40 AM, Javen O'Neal <[email protected]> wrote: > In FunctionEval.java [1], there's an array that maps the binary > function code used in BIFF8 to a > function instance. > > I'm implementing Days [2] for bug 58468 [3], and I have no idea what > the code is. Is there an easy way to figure out the code? > > Thanks! > > [1] > https://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/formula/eval/FunctionEval.java?view=markup > [2] > https://support.office.com/en-us/article/DAYS-function-57740535-D549-4395-8728-0F07BFF0B9DF# > [3] https://bz.apache.org/bugzilla/show_bug.cgi?id=58468 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
