On 8/22/06, TslH <[EMAIL PROTECTED]> wrote:
On 8/22/06, Sebastian Frehmel <[EMAIL PROTECTED]> wrote: > > Hmm, interesting. Short in Java ranges from -32768 to 32767. > Excel can have up to 2^16 -1 = 65535 (including 0) rows. > This is a real interesting question. Are rows between 32767 and 65535 > not accessible? It seems that we need a second accessor for each "create" methods which accept character instead of short (character is an unsigned short, so it enables rows 0 to 65,535)
The farest cell we can reach is "IV 65536" IV correspond to the 230th column, so no problem. But for the rows after 32767... :)
