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 2013/11/21 01:52:39 UTC

[Bug 55805] New: Error When Attempting to Save Workbook with New XSSF Table

https://issues.apache.org/bugzilla/show_bug.cgi?id=55805

            Bug ID: 55805
           Summary: Error When Attempting to Save Workbook with New XSSF
                    Table
           Product: POI
           Version: 3.10-dev
          Hardware: Macintosh
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: david@cmdenterprises.biz

-- 
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 55805] Error When Attempting to Save Workbook with New XSSF Table

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

David Wilt <da...@cmdenterprises.biz> changed:

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

--- Comment #6 from David Wilt <da...@cmdenterprises.biz> ---
Re-set status to "NEW" based on providing requested information.

-- 
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 55805] Error When Attempting to Save Workbook with New XSSF Table

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

--- Comment #5 from David Wilt <da...@cmdenterprises.biz> ---
Created attachment 31065
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31065&action=edit
Workbook in which table is to be created.

-- 
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 55805] Error When Attempting to Save Workbook with New XSSF Table

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

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

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

--- Comment #7 from Dominik Stadler <do...@gmx.at> ---
Any chance of putting this into a ready-to-run, self-contained unit-test for
POI together with the sample-file so we can reproduce this? The current code is
hard to modify into one and does not cleanly compile at all as some classes are
missing (UserOutput, FileSelctor,...) and a lot of stuff is done that is not
relevant to the problem at all.

-- 
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 55805] Error When Attempting to Save Workbook with New XSSF Table

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

--- Comment #4 from David Wilt <da...@cmdenterprises.biz> ---
Created attachment 31064
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31064&action=edit
Provides routine for saving workbook file

-- 
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 55805] Error When Attempting to Save Workbook with New XSSF Table

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

David Wilt <da...@cmdenterprises.biz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david@cmdenterprises.biz

--- Comment #3 from David Wilt <da...@cmdenterprises.biz> ---
Created attachment 31063
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31063&action=edit
Contains code to create XSSF Table

-- 
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 55805] Error When Attempting to Save Workbook with New XSSF Table

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

Nick Burch <ap...@gagravarr.org> changed:

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

--- Comment #2 from Nick Burch <ap...@gagravarr.org> ---
Please could you upload the file you were working on, and the code used to
trigger the exception?

-- 
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 55805] Error When Attempting to Save Workbook with New XSSF Table

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

David Wilt <da...@cmdenterprises.biz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from David Wilt <da...@cmdenterprises.biz> ---
I attempted to create a new XSSF table on an existing worksheet. When I
attempted to write the workbook with the table to disk, I received the error
message below. Please let me know what additional information you need.

Thanks very much.

/*
         * [M2.4] : The package implementer shall require that the Content
Types
         * stream contain one of the following for every part in the package:
         * One matching Default element, One matching Override element, Both a
         * matching Default element and a matching Override element, in which
         * case the Override element takes precedence.
         */
        if (this.container != null && this.container.getPart(partName) != null)
{
            throw new OpenXML4JRuntimeException(
                    "Rule M2.4 exception : this error should NEVER happen, if
so please send a mail to the developers team, thanks !");
        }
        return null;

-- 
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