Le 10/04/2013 12:17, Ruben Cabral a écrit :
Hi there,
I try open a existing ods and copy a line how much i need it, because i
need this document to be dynamic,
In my code i use the duplicateRows function, but sometimes i just need for
example copy E2 until I2 and if i use the duplicateRows he will copy the
entire line.
It´s possible make this with jOpenDocument API?

Hi,

You can do it in 2 passes, first you call duplicateRows(), then call clearValue() for each cell you didn't want to copy. If you need more, you can take a look at our support page :
http://www.jopendocument.org/support.html

Cheers,
Sylvain

--

--- You received this message because you are subscribed to the Google Groups "jOpenDocument" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to