From 96d6963d61cfa00a02ea26655db5075300647d6a Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 21 Jan 2014 01:22:43 +0100 Subject: [PATCH] Deprecated AbstractJExcelView since JExcelAPI is an abandoned project JXL had no release since 2009, and has some serious bugs remaining: e.g. JXL on Unix cannot read template files created on Windows, using the 'latest' JXL 2.6.12 release. --- .../view/document/AbstractJExcelView.java | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractJExcelView.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractJExcelView.java index 2ce37aeea3c..399aa1b87f4 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractJExcelView.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/view/document/AbstractJExcelView.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2012 the original author or authors. + * Copyright 2002-2013 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ package org.springframework.web.servlet.view.document; import java.io.OutputStream; import java.util.Locale; import java.util.Map; - import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @@ -34,9 +33,9 @@ import org.springframework.web.servlet.view.AbstractView; /** * Convenient superclass for Excel document views. * - *

This class uses the JExcelAPI instead of POI. More - * information on JExcelAPI can be found on their website. + *

This class uses the JExcelAPI instead of POI. + * More information on JExcelAPI can be found on their + * website. * *

Properties: *