[ https://issues.apache.org/jira/browse/TIKA-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17866408#comment-17866408 ]
Tilman Hausherr commented on TIKA-1155: --------------------------------------- Current output: {code:xml} <body><div><h1>Sheet1</h1> <table><tbody><tr> <td>10</td></tr> <tr> <td>- 10</td></tr> <tr> <td>-</td></tr> <tr> <td>text</td></tr> </tbody></table> </div> </body></html> {code} Looks like this on the screen: !screenshot-1.png! > Number Format is converted with an error > ---------------------------------------- > > Key: TIKA-1155 > URL: https://issues.apache.org/jira/browse/TIKA-1155 > Project: Tika > Issue Type: Bug > Components: parser > Affects Versions: 1.4 > Reporter: Evgeniy Buyanov > Priority: Major > Attachments: screenshot-1.png, 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_-;_-* > "-"\ _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 was sent by Atlassian Jira (v8.20.10#820010)