I've been testing the bookstore tests/testExports.jsp example and it seems as if the filename parameter is being ignored. Specifically, the output is always a file named books.csv. I think it should be user-specifiable and the default extensions should be xls, not csv.
I looked around in the code and I see where the csv comes from but I can't find any use of the filename parameter mentioned in the Javadoc for LineReportServletAbstract or ExcelReportServlet.
BTW, there are a couple of errors in tests/testExports.jsp in this area. The sheetname parameter is preceded by a ? but, since it is the second parameter, it should be preceded by an &.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been testing the bookstore tests/testExports.jsp example and it seems as if the filename parameter is being ignored. Specifically, the output is always a file named books.csv. I think it should be user-specifiable and the default extensions should be xls, not csv.
I looked around in the code and I see where the csv comes from but I can't find any use of the filename parameter mentioned in the Javadoc for LineReportServletAbstract or ExcelReportServlet.
BTW, there are a couple of errors in tests/testExports.jsp in this area. The sheetname parameter is preceded by a ? but, since it is the second parameter, it should be preceded by an &.
Discussed in the mailing list!