Class XlsxDocumentProcessor
java.lang.Object
ru.bitel.bgbilling.plugins.documents.server.bean.pattern.AbstractDocumentProcessor
ru.bitel.bgbilling.plugins.documents.server.bean.pattern.XlsxDocumentProcessor
- All Implemented Interfaces:
DocumentProcessor
public class XlsxDocumentProcessor extends AbstractDocumentProcessor implements DocumentProcessor
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.plugins.documents.server.bean.pattern.AbstractDocumentProcessor
con, document, pattern, tableData -
Method Summary
Modifier and Type Method Description java.io.Fileprocess(java.io.FileInputStream patternInputStream)Непосредственно обработка файла с шаблоном документа.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
process
public java.io.File process(java.io.FileInputStream patternInputStream) throws ru.bitel.bgbilling.common.BGExceptionDescription copied from interface:DocumentProcessorНепосредственно обработка файла с шаблоном документа. Здесь осуществляется подстановка данных вместо переменных, генерация таблиц.- Specified by:
processin interfaceDocumentProcessor- Parameters:
patternInputStream- файл шаблона.- Returns:
- готовый сформированый файл документа.
- Throws:
ru.bitel.bgbilling.common.BGException
-