Subject: Re: Excel Column Number To Column Name (XSLT 2.0)
From: Vyacheslav Sedov <vyacheslav.sedov@xxxxxxxxx>
Date: Sun, 17 May 2009 21:47:55 +0400
|
great - it works just fine
thank you very much
With best wishes,
Slav
On Sun, May 17, 2009 at 9:40 PM, Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> Vyacheslav Sedov wrote:
>
>> Anybody already have this function?
>>
>> 1 - A
>> 26 - Z
>> 27 - AA
>> and so on - limited only by excell
>
> <xsl:number format="A" value="$n"/>
> should do that I think.
>
>
> --
>
> Martin Honnen
> http://msmvps.com/blogs/martin_honnen/
|