Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2726B200CBC for ; Tue, 20 Jun 2017 13:20:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 258C9160BE1; Tue, 20 Jun 2017 11:20:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 940EC160BD3 for ; Tue, 20 Jun 2017 13:20:40 +0200 (CEST) Received: (qmail 58169 invoked by uid 500); 20 Jun 2017 11:20:39 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 58160 invoked by uid 99); 20 Jun 2017 11:20:39 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2017 11:20:39 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id DECFC3A0042 for ; Tue, 20 Jun 2017 11:20:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1799339 - /poi/site/publish/apidocs/org/apache/poi/ss/util/CellReference.html Date: Tue, 20 Jun 2017 11:20:37 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170620112038.DECFC3A0042@svn01-us-west.apache.org> archived-at: Tue, 20 Jun 2017 11:20:41 -0000 Author: nick Date: Tue Jun 20 11:20:36 2017 New Revision: 1799339 URL: http://svn.apache.org/viewvc?rev=1799339&view=rev Log: Republish site Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/CellReference.html Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/CellReference.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/CellReference.html?rev=1799339&r1=1799338&r2=1799339&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/util/CellReference.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/util/CellReference.html Tue Jun 20 11:20:36 2017 @@ -566,7 +566,7 @@ extends java.lang.Object
public static java.lang.String convertNumToColString(int col)
Takes in a 0-based base-10 column and returns a ALPHA-26 representation. - eg column #3 -> D
+ eg convertNumToColString(3) returns "D" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org