org.silverpeas.search.indexEngine.parser.excelParser
Class ExcelParser
java.lang.Object
org.silverpeas.search.indexEngine.parser.PipedParser
org.silverpeas.search.indexEngine.parser.excelParser.ExcelParser
- All Implemented Interfaces:
- Parser
public class ExcelParser
- extends PipedParser
ExcelParser parse an excel file
- Author:
- $Author: neysseri $
Method Summary |
void |
outPutContent(Writer out,
String path,
String encoding)
Read the text content of a pdf file and store it in out to be ready to be indexed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelParser
public ExcelParser()
outPutContent
public void outPutContent(Writer out,
String path,
String encoding)
throws IOException
- Read the text content of a pdf file and store it in out to be ready to be indexed.
- Specified by:
outPutContent
in class PipedParser
- Parameters:
out
- path
- encoding
-
- Throws:
IOException
Copyright © 2016 Silverpeas. All Rights Reserved.