Philip a écrit :
Hi,

Congratulations for this initiative, looks good and promising!

        Hi, thanks

For octave ODS read support running using jOpenDocument the following
could improve usability:

- Something like getSheetName ().  I now do .....getSheet(), turn it
into a character string and manually parse for "table-name" in the
first 100-150 chars, but that's a bit clumsy (though fairly reliable).

        Already done in svn

- getCellType() is protected (I saw the earlier thread on this). I can
work around it but this is clumsy too. For octave I need to be able to
distinguish between floats, booleans, date/time and text.

        Already done in svn

As to octave ODS write support, there are also some wishes:

- How can I add a worksheet, and how can I get it into a particular
slot in the worksheet "stack"?

        Use SpreadSheet.addSheet(int index, String name)

- I found I can only *modify* cells.  Trying to *add* data beyond the
envelope of currently existing rows and columns leads to out-of-bound
errors.

You need to call Table.setColumnCount()/setRowCount() or if you have many values merge().

We plan on releasing a new version soon so that you can get the latest code.

Cheers,
Sylvain

Reply via email to