https://issues.apache.org/bugzilla/show_bug.cgi?id=45551
--- Comment #1 from Darren Roberts <[email protected]> --- Tested this bug using this code: POITextExtractor extr = null; String text = null; try { extr = ExtractorFactory.createExtractor(new File("classic_ContentInTextBox.xlsx")); text = extr.getText(); System.out.println(text); System.out.println(text.contains("testdoc")); System.out.println(text.contains("test phrase")); } catch (Exception e) { e.printStackTrace(); } and the patch from https://issues.apache.org/bugzilla/show_bug.cgi?id=55347. The issue will then be resolved. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
