This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 190347 - IllegalArgumentException: The maximum column width for an individual cell is 255 characters.
Summary: IllegalArgumentException: The maximum column width for an individual cell is ...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-14 04:31 UTC by darwindesvira
Modified: 2010-09-23 11:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172528


Attachments
stacktrace (3.17 KB, text/plain)
2010-09-14 04:31 UTC, darwindesvira
Details

Note You need to log in before you can comment on or make changes to this bug.
Description darwindesvira 2010-09-14 04:31:45 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Windows XP

User Comments:
darwindesvira: I have exporting the crosstab jasperreport to Excel files but this error is appear..




Stacktrace: 
java.lang.IllegalArgumentException: The maximum column width for an individual cell is 255 characters.
   at org.apache.poi.hssf.model.Sheet.setColumnWidth(Sheet.java:1032)
   at org.apache.poi.hssf.usermodel.HSSFSheet.setColumnWidth(HSSFSheet.java:437)
   at net.sf.jasperreports.engine.export.JRXlsExporter.setColumnWidth(JRXlsExporter.java:277)
   at net.sf.jasperreports.engine.export.JRXlsAbstractExporter.setColumnWidths(JRXlsAbstractExporter.java:654)
   at net.sf.jasperreports.engine.export.JRXlsAbstractExporter.exportPage(JRXlsAbstractExporter.java:491)
   at net.sf.jasperreports.engine.export.JRXlsAbstractExporter.exportReportToStream(JRXlsAbstractExporter.java:448)
Comment 1 darwindesvira 2010-09-14 04:31:49 UTC
Created attachment 102004 [details]
stacktrace