Re: [dev] question about sheet ?

2010-05-17 Thread Niklas Nebel
On 05/17/10 16:30, Qzi er wrote: I can't understand the code below , what's the deference between getByIndex( 0 ) and *getByName( OUString::createFromAscii(Sheet2)); *; Just what the names suggest: getByIndex(0) returns the first sheet, getByName looks for a sheet with a specific name.

Re: [dev] question about sheet ?

2010-05-17 Thread Qzi er
Good Job ! Niklas ! On Mon, May 17, 2010 at 11:52 PM, Niklas Nebel niklas.ne...@sun.com wrote: On 05/17/10 16:30, Qzi er wrote: I can't understand the code below , what's the deference between getByIndex( 0 ) and *getByName( OUString::createFromAscii(Sheet2)); *; Just what the names