https://issues.apache.org/ooo/show_bug.cgi?id=121156
--- Comment #9 from Andreas Säger <[email protected]> --- I reproduce it with any HTML input, version 4.0.1 and 3.4.1. If your locale happens to be a decimal point locale, save the following as a html file and try to insert a link with German(Germany) as import locale (because of the comma decimals). The resulting table will be text although you have chosen an adequate locale. <html> <body><table border="1"> <tr><th>No</th><th>PER</th><th>Yield</th><th>P/B</th></tr> <tr><td>1101</td><td>15,28</td><td>5,41</td><td>1,4</td></tr> <tr><td>1102</td><td>14,23</td><td>7,22</td><td>1,44</td></tr> <tr><td>1103</td><td>0,0</td><td>3,57</td><td>0,76</td></tr> </table></body></html> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
