Hello Guillaume,
Is there a way to read multi-line cells?
How can i do if my cell contains more that one line?
I have do an example but i get problem while reading multi-lines cells.
Thank in Advance !
On Thursday, July 9, 2009 4:44:45 PM UTC+1, jOpenDocument, Guillaume wrote:
>
> Hi,
>
> You can read your ODS file and access your first sheet with:
> File file = new File("template/myfile.ods");
> final Sheet sheet = SpreadSheet.createFromFile(file).getSheet(0);
>
> And access the cell with something like:
> sheet.getCellAt("A1")
>
>
> Could it be simplier?
>
> Regards,
> Guillaume
>
> > Salut,
> >
> > I would like to have an example (or to know the classes and methods to
> > be used) that reads the data from a ODS document. Is it simple ? is it
> > possible with this API ?
> >
> > Thanks for your help.
> >
> >
>
>