[seam-issues] [JBoss JIRA] Created: (JBSEAM-4814) MAX_ROWS reached error message instead displays MAX_COLUMNS

Derek MacDonald (JIRA) jira-events at lists.jboss.org
Wed Jun 1 13:31:00 EDT 2011


MAX_ROWS reached error message instead displays MAX_COLUMNS
-----------------------------------------------------------

                 Key: JBSEAM-4814
                 URL: https://issues.jboss.org/browse/JBSEAM-4814
             Project: Seam 2
          Issue Type: Bug
          Components: Excel
    Affects Versions: 2.2.2.Final
            Reporter: Derek MacDonald
            Priority: Minor
             Fix For: 2.3.0.ALPHA


When the 65535 row limit of a spreadsheet is reached, the generated exception's message mistakenly displays the limit as 255.

org/jboss/seam/excel/jxl/JXLExcelWorkbook.java Line 130:

129	if (currentRowIndex >= MAX_ROWS) {
130		throw new ExcelWorkbookException(Interpolator.instance()
131			.interpolate("Excel only supports {0} rows", MAX_COLUMNS));
132	}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list