TIKA-132: Refactor Excel extractor to parse per sheet and add hyperlink support
commitde94df64ea51fda00420a85bb20f55ce85d25962
authorJukka Lauri Zitting <jukka@apache.org>
Wed, 26 Mar 2008 18:23:53 +0000 (26 18:23 +0000)
committerJukka Lauri Zitting <jukka@apache.org>
Wed, 26 Mar 2008 18:23:53 +0000 (26 18:23 +0000)
treece6d0d4c506daa7e85946c3a9fdbe8a038e34046
parentd1e8d5561ff8e8872437ed32850dfdb4497956f4
TIKA-132: Refactor Excel extractor to parse per sheet and add hyperlink support
    - Replace TikaExcelCell with a modular/extensible set of classes that
      encapsulate the functionality of rendering the cell content to XHTML

git-svn-id: https://svn.eu.apache.org/repos/asf/incubator/tika/trunk@641457 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/tika/parser/microsoft/Cell.java [new file with mode: 0644]
src/main/java/org/apache/tika/parser/microsoft/CellDecorator.java [new file with mode: 0644]
src/main/java/org/apache/tika/parser/microsoft/ExcelExtractor.java
src/main/java/org/apache/tika/parser/microsoft/LinkedCell.java [new file with mode: 0644]
src/main/java/org/apache/tika/parser/microsoft/TextCell.java [new file with mode: 0644]