org.apache.slide.extractor.MSExcelExtractor
23242526272829
public class MSExcelTest extends AbstractTextFilterTest { public static void main(String[] args) throws Exception { MSExcelTest test = new MSExcelTest(); File file = new File(args[0]); test.showResult(file, new MsExcelTextFilter()); }
24252627282930