RE: fdo77985 Calc function NETWORKDAYS

2014-05-09 Thread Winfried Donkers
Hi Eike, >Rather implement an ODFF compliant NETWORKDAYS function at the interpreter >that shares implementation with ScNetWorkdays_MS() (syntax and semantics are >equal, aren't they? I didn't look up now) and rename the Add-In one to >NETWORKDAYS_ADD, note that this will also need adapting the

RE: fdo77985 Calc function NETWORKDAYS

2014-05-07 Thread Winfried Donkers
Hi Eike, >I'd avoid changing existing Add-In functions, it's a source of hassle ;-) Fine, I prefer to keep away from the add-in code, too. >Rather implement an ODFF compliant NETWORKDAYS function at the interpreter >[...] OK, then there will be 3 NETWORKDAYS functions: Add-in, OOXML and ODFF:

Re: fdo77985 Calc function NETWORKDAYS

2014-05-06 Thread Eike Rathke
Hi Winfried, On Tuesday, 2014-04-29 10:26:03 +0200, Winfried Donkers wrote: > Calc function NETWORKDAYS is an add-in function and compatible with Excel's > function NETWORKDAYS, but _not_ with Oasis ODFF 1.2 > (http://docs.oasis-open.org/office/v1.2/cos01/OpenDocument-v1.2-cos01-part2.html#__Re

RE: fdo77985 Calc function NETWORKDAYS()

2014-04-29 Thread Winfried Donkers
Hi Miguel (adding the mailing list again) Yes, you are right, I messed up my message. Actually, I think it makes implementing full ODF-compliance easier :-) Winfried -Oorspronkelijk bericht- Van: mari...@miguelangel.mobi [mailto:mari...@miguelangel.mobi] Verzonden: dinsdag 29 april 20

fdo77985 Calc function NETWORKDAYS

2014-04-29 Thread Winfried Donkers
Hi Eike, all, Calc function NETWORKDAYS is an add-in function and compatible with Excel's function NETWORKDAYS, but _not_ with Oasis ODFF 1.2 (http://docs.oasis-open.org/office/v1.2/cos01/OpenDocument-v1.2-cos01-part2.html#__RefHeading__1018198_715980110) . My first impression is that I could