Class ExcelImportAdapter

  • All Implemented Interfaces:
    SImporter

    public class ExcelImportAdapter
    extends AbstractImporter
    Since:
    3.5.0
    Author:
    dennis, Hawk
    • Constructor Detail

      • ExcelImportAdapter

        public ExcelImportAdapter()
    • Method Detail

      • imports

        public SBook imports​(java.io.InputStream is,
                             java.lang.String bookName)
                      throws java.io.IOException
        Description copied from interface: SImporter
        Import book from a input stream
        Parameters:
        is - the input stream
        bookName - the book name for imported book
        Returns:
        the book instance
        Throws:
        java.io.IOException