类 AbstractXlsxView

    • 构造器详细资料

      • AbstractXlsxView

        public AbstractXlsxView()
        Default Constructor.

        Sets the content type of the view to "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet".

    • 方法详细资料

      • createWorkbook

        protected org.apache.poi.ss.usermodel.Workbook createWorkbook​(Map<String,​Object> model,
                                                                      HttpServletRequest request)
        This implementation creates an XSSFWorkbook for the XLSX format.
        覆盖:
        createWorkbook 在类中 AbstractXlsView
        参数:
        model - the model Map
        request - current HTTP request (for taking the URL or headers into account)
        返回:
        the new Workbook instance