test that we get the same value as excel and , for
23. ExcelExtractor extractor = new ExcelExtractor(fs);
24. String excelText = extractor.getText();
test that we get the same value as excel and , for
68. ExcelExtractor extractor = new ExcelExtractor((HSSFWorkbook)wb);
69. extractor.setFormulasNotResults(true);
70. extractor.setIncludeSheetNames(false);
71. text = extractor.getText();