[ 
https://issues.apache.org/jira/browse/ODFTOOLKIT-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florian Hopf updated ODFTOOLKIT-59:
-----------------------------------

    Fix Version/s:     (was: odfdom-0.8.7)
    
> New Spreadsheet functionality
> -----------------------------
>
>                 Key: ODFTOOLKIT-59
>                 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-59
>             Project: ODF Toolkit
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: simple-odfdom-0.8
>         Environment: Operating System: All
> Platform: All
>            Reporter: hans-peter
>            Assignee: issues
>            Priority: Minor
>
> I'm integrating code for spreadsheet functionality into ODFDOM.
> Some of these new methods: getValue(int colNo, int rowNo) and setValue(int 
> colNo, int rowNo, ...) for arbitrary table cell access.
> My first approach is to merge this code into OdfTable and OdfTableRow. I 
> noticed there is already some code here. For example OdfTableRow->appendCell. 
> The existing OdfTableRow class stores a counter to the number of cells and 
> number of table columns to add table columns if needed. The problem is that 
> it can only take into account cells created by OdfTableRow->appendCell. Cells 
> created by OdfTableRow->newTableTableCellElement or loaded from an existing 
> file have to be ignored. I doubt this is very useful but I might be wrong of 
> course.
> Since it would be difficult to mix this approach with the new methods, I'd 
> like to remove this part of the functionality. So appendCell will not try to 
> add table columns any more.
> Does anybody rely on this functionality?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to