1. using spring-mvc AbstractExcelView with an already created document stackoverflow.comI am trying to use AbstractExcelView to serve an XLS document that I create on a server. Is there a way I can use this with an already constructed workbook? I ... |
2. Using AbstractExcelView from a portlet stackoverflow.comhow can i use spring AbstractExcelView to generate a excel file in a portlet Thanks Sam |
3. spring AbstractExcelView and IE stackoverflow.comI am using spring's |
4. AbstractExcelView OPTIONS forum.springsource.orgAbstractExcelView OPTIONS I am getting this stacktrace in the log when I render an excel spreadsheet using POI to Internet Explorer 6.0: org.springframework.web.servlet.support.RequestMet hodNotSupportedException: Request method 'OPTIONS' not supported at org.springframework.web.servlet.support.WebContent ... |
5. Set name of excel file when using AbstractExcelView forum.springsource.orgSet name of excel file when using AbstractExcelView I am using Spring to generate an excel sheet from a model object, which I have no problems doing, but the file name ... |
6. AbstractExcelView and DI forum.springsource.orgI have an ExcelController which extends AbstractFormController. In my controller, I populate a model and invoke an ExcelView (which extends AbstractExcelView): Code: //Invoke ExcelView with model. return new ModelAndView(new ExcelView(), model); ... |
7. AbstractView and AbstractExcelView forum.springsource.orgAbstractView and AbstractExcelView Hi there, i have been trying to generate an excel file dynamically and got that right using the AbstractExcelView (the file save or open dialox box opens up), ... |
8. Spring 2.5 AbstractExcelView returns empty excel files forum.springsource.orgSpring 2.5 AbstractExcelView returns empty excel files Hi, I am using spring 2.5 and am trying to display an excel file with data. However, I get the prompt to download the ... |
9. AbstractExcelView how to rename excel file to download forum.springsource.orgAbstractExcelView how to rename excel file to download Hi, I am extending AbstractExcelView to download an excel document. I would like to rename it by appending the current date to the ... |
10. AbstractExcelView and XSFFWorkbook forum.springsource.orgHi all, I'd like to manage an xlsx template so I need to use the XSSFWorkbook class (POI). But it seems that the AbstractExcelView support only the HSSFWorkbook class. How can ... |
11. Using Lazy Loading in AbstractExcelView forum.springsource.orgI was wondering if it is possible. I'm using OpenSessionInView for my application, but can't seem to get a valid hibernate session when using AbstractExcelView. Not sure if I'm just missing ... |
12. AbstractExcelView - browser issue forum.springsource.orgAbstractExcelView - browser issue We are using the AbstractExcelView class, to put together and download an Excel file (as one feature of a large web app). When the file downloads and ... |