Package com.gentics.cr.lucene.indexer.transformer.xlsx

Examples of com.gentics.cr.lucene.indexer.transformer.xlsx.XLSXContentTransformer


    config.set("attribute", "binarycontent");

  }

  public void testTransformer() throws Exception {
    ContentTransformer t = new XLSXContentTransformer(config);
    t.processBean(bean);
    String s = (String) bean.get("binarycontent");

    assertEquals("testtext\u00DC", s);
  }
View Full Code Here

TOP

Related Classes of com.gentics.cr.lucene.indexer.transformer.xlsx.XLSXContentTransformer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.