草庐IT

ExcelViewResolver

全部标签

使用Spring MVC 4使用基于Java的配置时,ExcelViewResolver不起作用

我需要在我的SpringMVC应用程序中以Excel格式显示文档。我已经在AppConfig中添加了ExcelViewResolver,但无法处理Excel文件。请帮忙。以下是AppConfig类@Configuration@EnableWebMvc@ComponentScan(basePackages="com.testapps.myapps")publicclassAppConfigextendsWebMvcConfigurerAdapter{privatestaticfinalStringautowire=null;/**ConfigureContentNegotiationManage