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:56:07 UTC

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

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