]> source.dussan.org Git - poi.git/commit
Implement a proxy HSSFListener which tracks the format records, and lets you lookup...
authorNick Burch <nick@apache.org>
Wed, 9 Apr 2008 15:36:39 +0000 (15:36 +0000)
committerNick Burch <nick@apache.org>
Wed, 9 Apr 2008 15:36:39 +0000 (15:36 +0000)
commit2b4a6011f17182709390c42cdc4e41aa983b43bc
tree24e439aa01a7edc62fdcff02019c461f56b40a00
parent40b5fb8af8a468a8f5583a812ccf3e7317eb9d8a
Implement a proxy HSSFListener which tracks the format records, and lets you lookup the format string for a given cell. Convert the xls to csv example to use it

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646405 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/eventusermodel/FormatTrackingHSSFListener.java [new file with mode: 0644]
src/scratchpad/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java
src/testcases/org/apache/poi/hssf/eventusermodel/TestFormatTrackingHSSFListener.java [new file with mode: 0644]