org.apache.tika.parser.microsoft.ooxml
Class XSSFExcelExtractorDecorator.SheetTextAsHTML

java.lang.Object
  extended by org.apache.tika.parser.microsoft.ooxml.XSSFExcelExtractorDecorator.SheetTextAsHTML
All Implemented Interfaces:
org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler
Enclosing class:
XSSFExcelExtractorDecorator

protected static class XSSFExcelExtractorDecorator.SheetTextAsHTML
extends Object
implements org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler

Turns formatted sheet events into HTML


Constructor Summary
protected XSSFExcelExtractorDecorator.SheetTextAsHTML(XHTMLContentHandler xhtml, org.apache.poi.xssf.model.CommentsTable comments)
           
 
Method Summary
 void cell(String cellRef, String formattedValue)
           
 void endRow()
           
 void headerFooter(String text, boolean isHeader, String tagName)
           
 void startRow(int rowNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFExcelExtractorDecorator.SheetTextAsHTML

protected XSSFExcelExtractorDecorator.SheetTextAsHTML(XHTMLContentHandler xhtml,
                                                      org.apache.poi.xssf.model.CommentsTable comments)
Method Detail

startRow

public void startRow(int rowNum)
Specified by:
startRow in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler

endRow

public void endRow()
Specified by:
endRow in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler

cell

public void cell(String cellRef,
                 String formattedValue)
Specified by:
cell in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler

headerFooter

public void headerFooter(String text,
                         boolean isHeader,
                         String tagName)
Specified by:
headerFooter in interface org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.