Class XLX2TextConverter
- java.lang.Object
-
- org.nuxeo.ecm.core.convert.plugins.text.extractors.BaseOfficeXMLTextConverter
-
- org.nuxeo.ecm.core.convert.plugins.text.extractors.XLX2TextConverter
-
- All Implemented Interfaces:
Converter
public class XLX2TextConverter extends BaseOfficeXMLTextConverter implements Converter
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
CELL_SEP
protected static String
ROW_SEP
-
Fields inherited from class org.nuxeo.ecm.core.convert.plugins.text.extractors.BaseOfficeXMLTextConverter
MAX_SIZE, maxSize4POI
-
-
Constructor Summary
Constructors Constructor Description XLX2TextConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
appendTextFromCell(org.apache.poi.xssf.usermodel.XSSFCell cell, StringBuilder sb)
BlobHolder
convert(BlobHolder blobHolder, Map<String,Serializable> parameters)
Main method to handle the real Conversion Job.-
Methods inherited from class org.nuxeo.ecm.core.convert.plugins.text.extractors.BaseOfficeXMLTextConverter
init, runFallBackConverter
-
-
-
-
Field Detail
-
CELL_SEP
protected static final String CELL_SEP
- See Also:
- Constant Field Values
-
ROW_SEP
protected static final String ROW_SEP
- See Also:
- Constant Field Values
-
-
Method Detail
-
convert
public BlobHolder convert(BlobHolder blobHolder, Map<String,Serializable> parameters)
Description copied from interface:Converter
Main method to handle the real Conversion Job.Returned
BlobHolder
must implementCachableBlobHolder
, otherwise result won't be cached.
-
appendTextFromCell
protected void appendTextFromCell(org.apache.poi.xssf.usermodel.XSSFCell cell, StringBuilder sb)
-
-