spring-framework / org.springframework.web.servlet.view.document / AbstractXlsxStreamingView

AbstractXlsxStreamingView

abstract class AbstractXlsxStreamingView : AbstractXlsxView

Convenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant. Compatible with Apache POI 3.9 and higher.

For working with the workbook in subclasses, see Apache's POI site.

Author
Juergen Hoeller

Since
4.2

Constructors

<init>

AbstractXlsxStreamingView()

Convenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant. Compatible with Apache POI 3.9 and higher.

For working with the workbook in subclasses, see Apache's POI site.