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