org.silverpeas.search.indexEngine.parser.excelParser
Class ExcelParser

java.lang.Object
  extended by org.silverpeas.search.indexEngine.parser.PipedParser
      extended by org.silverpeas.search.indexEngine.parser.excelParser.ExcelParser
All Implemented Interfaces:
Parser

public class ExcelParser
extends PipedParser

ExcelParser parse an excel file

Author:
$Author: neysseri $

Constructor Summary
ExcelParser()
           
 
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 org.silverpeas.search.indexEngine.parser.PipedParser
getReader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelParser

public ExcelParser()
Method Detail

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.