[ 
https://issues.apache.org/jira/browse/ODFTOOLKIT-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16052255#comment-16052255
 ] 

Bjoern Kirchhoff commented on ODFTOOLKIT-456:
---------------------------------------------

As far as i know an "active table property" is not part of the odf standard. 
Depending on the odf producing application you use, this information might have 
been stored in the "settings.xml".

LibreOffice and OpenOffice store this information in a config item named 
"ActiveTable" in the “settings xml”. 

{code}
<config:config-item config:name="ActiveTable" 
config:type="string">Tabelle1</config:config-item>
{code}

As Long as you stay in one of this applications, you can make use of this 
property. An other application (e.g. Excel) may not interpret this config item.


> Missing support for getting active sheet in Spreadsheets
> --------------------------------------------------------
>
>                 Key: ODFTOOLKIT-456
>                 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-456
>             Project: ODF Toolkit
>          Issue Type: New Feature
>          Components: simple api
>            Reporter: Siddharth Prasad
>
> POI has the feature to be able to get the active sheet index of any 
> spreadsheet file. But since POI doesn't work with .ods files, I have to use 
> ODFToolkit. But this feature is missing.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to