Re: [office-formula] Proposal: array results inline for test cases

From
David A. Wheeler <>
Date
2007-02-20T03:49:32+00:00
ID
Thread
Re: [office-formula] Proposal: array results inline for test cases
Eike:
> Not as part of array data, just for a better overview. Take a look at
> the LINEST return and stuff that into one cell, only on one line. It
> would be better to insert a line break between rows, such that it
> becomes
> 
> {
> 11; 21; 31|
> 12; 22; 32|
> 13; 23|
> ...}

That should be easy to do.  That's certainly how I'd format it.

> 13; 23|

I really hope that LINEST won't be returning irregularly-shaped arrays :-).
Seriously, let's make sure that the spec clarifies that apps won't necessarily support them.

--- David A. Wheeler