Class TextSetReplaceAction.ExcelReader

java.lang.Object
mc.core.domain.i18n.text.work.TextSetReplaceAction.ExcelReader
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
TextSetReplaceAction

public class TextSetReplaceAction.ExcelReader extends Object implements Closeable
reader for excel format. transfer numeric cells into Strings with numeric format pattern "#.########"
reads transparently excel2003 (HSSF) and excel2007 (XSSF) files
  • Constructor Details

    • ExcelReader

      public ExcelReader()
  • Method Details