https://bz.apache.org/bugzilla/show_bug.cgi?id=63613

            Bug ID: 63613
           Summary: The maximum number of Cell Styles was exceeded. You
                    can define up to 64000 style in a .xlsx Workbook Issue
           Product: POI
           Version: 3.17-FINAL
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: ashok.mahend...@aspiresys.com
  Target Milestone: ---

I have tried to export large number of data . I am using 3.15 Version applying
style to cells like Text, Date, Number.

Throwing below error 

java.lang.IllegalStateException: The maximum number of Cell Styles was
exceeded. You can define up to 64000 style in a .xlsx Workbook
        at
org.apache.poi.xssf.model.StylesTable.createCellStyle(StylesTable.java:789)
        at
org.apache.poi.xssf.usermodel.XSSFWorkbook.createCellStyle(XSSFWorkbook.java:715)
        at
org.apache.poi.xssf.streaming.SXSSFWorkbook.createCellStyle(SXSSFWorkbook.java:868)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to