You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Evgeniy Buyanov (JIRA)" <ji...@apache.org> on 2013/07/25 13:03:50 UTC

[jira] [Updated] (TIKA-1155) Number Format is converted with an error

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

Evgeniy Buyanov updated TIKA-1155:
----------------------------------

    Attachment: test-Excel.csv
                test.xml
                test.xlsx

Source: test.xlsx
Result: test.xml
Conversion by Excel: test-Excel.csv
                
> Number Format is converted with an error
> ----------------------------------------
>
>                 Key: TIKA-1155
>                 URL: https://issues.apache.org/jira/browse/TIKA-1155
>             Project: Tika
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Evgeniy Buyanov
>         Attachments: test-Excel.csv, test.xlsx, test.xml
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> {code:Title=Source data}
> <Style ss:ID="s16">
>    <NumberFormat ss:Format="_-* #,##0\ _B_F_-;\-* #,##0\ _B_F_-;_-* &quot;-&quot;\ _B_F_-;_-@_-"/>
> </Style>
> <Row><Cell ss:StyleID="s16"><Data ss:Type="Number">10</Data></Cell></Row>
> <Row><Cell ss:StyleID="s16"><Data ss:Type="Number">-10</Data></Cell></Row>
> {code}
> java -jar tika-app-1.4.jar test.xlsx > test.xml
> {code:Title=Result}
> <tr>	<td>* 10 _F</td></tr>
> <tr>	<td>-10 _F</td></tr>
> {code}
> related ASF Bugzilla – Bug [52592|https://issues.apache.org/bugzilla/show_bug.cgi?id=52592]

--
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