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)

Reply via email to