You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/06/29 09:32:15 UTC

[Bug 58080] New: Raising the IllegalArgujent Exception at 480 row

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

            Bug ID: 58080
           Summary: Raising the IllegalArgujent Exception at 480 row
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: HSSF
          Assignee: dev@poi.apache.org
          Reporter: Sharanappa.M.C@cognizant.com

Created attachment 32860
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32860&action=edit
Code which is causing exception

In function addTeamUserDetails(),I am geting the IllegalArguement exception at
only 480 count value. 

For other than 480 it is working fine.

I am using poi-3.2-Final.jar

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58080] Raising the IllegalArgujent Exception at 480 row

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58080

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEEDINFO                    |RESOLVED

--- Comment #4 from Dominik Stadler <do...@gmx.at> ---
As far as I see in the changelogs this was fixed 7 and a half years ago with
the following commit, I can only suggest to update to the latest version and
try again. There is likely no other fix/workaround possible.

r722206 | josh | 2008-12-01 20:59:46 MEZ

Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty
row
----------------------------------------------------------------------------

If you still see an error with latest POI version 3.12, please reopen this bug
with a more self-contained unit test, the code that you provided is very hard
to understand/reproduce for somebody not involved in your specific project,
better to have a small test-program or unit test which shows the problem
without any of you Servlet/... code.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58080] Raising the IllegalArgujent Exception at 480 row

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58080

--- Comment #2 from Sharanappa.M.C@cognizant.com ---
Created attachment 32861
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32861&action=edit
Attached excel is the exact fille should generate with my code

My code is working for all hotels and users.

But once the count value is 480 am getting the exception.

I Highlightted the data with yellow color, where the exception is raised and
skipped the writing the data bcoz of exception.

I want to know what is the reason.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58080] Raising the IllegalArgujent Exception at 480 row

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58080

--- Comment #3 from Sharanappa.M.C@cognizant.com ---
Iam getting the below exception:


java.lang.IllegalArgumentException: Specified rowIndex 480 is outside the
allowable range (0..480)
    at
org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate.removeAllCellsValuesForRow(ValueRecordsAggregate.java:111)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58080] Raising the IllegalArgujent Exception at 480 row

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58080

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |NEEDINFO

--- Comment #1 from Dominik Stadler <do...@gmx.at> ---
Can you try with the latest release, we already have 3.12, so 3.2 is quite
outdated and it may be fixed in newer versions already. Please note that we
usually do not release fixes for older versions any more anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org