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 2017/08/08 14:15:53 UTC

[Bug 61392] New: The method createExtendedColor() is undefined for the type CreationHelper

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

            Bug ID: 61392
           Summary: The method createExtendedColor() is undefined for the
                    type CreationHelper
           Product: POI
           Version: 3.14-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: dev@poi.apache.org
          Reporter: cbenagaraj86@gmail.com
  Target Milestone: ---

ExtendedColor color =
(ExtendedColor)sheet.getWorkbook().getCreationHelper().createExtendedColor();

-- 
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 61392] The method createExtendedColor() is undefined for the type CreationHelper

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

--- Comment #2 from raja <cb...@gmail.com> ---
Nick Burch, Thank you. problem solved

-- 
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 61392] The method createExtendedColor() is undefined for the type CreationHelper

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
It very much is defined! See
http://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/CreationHelper.html#createExtendedColor()

As per http://poi.apache.org/faq.html#faq-N10006 you must have older POI jars
on your classpath, remove those

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