Re: Export to Excel Asian locale

2009-12-20 Thread Leigh
> in *this* case it wasn't actually required, basic knee-jerk > reaction on my part. Better safe that sorry. It did not actually work for me in Eclipse without the directive ;-) ~| Want to reach the ColdFusion communit

Re: Export to Excel Asian locale

2009-12-20 Thread Paul Hastings
On 12/20/2009 9:07 PM, Leigh wrote: > >> > > Thanks for that. I forgot to paste the directive. in *this* case it wasn't actually required, basic knee-jerk reaction on my part. ~| Want to reach the ColdFusion community with some

Re: Export to Excel Asian locale

2009-12-20 Thread Victor Moore
Thank you both for sticking with this. Using your examples and playing around with the code i managed to get it going. Thanks again Victor On Sun, Dec 20, 2009 at 9:07 AM, Leigh wrote: > >> > > Thanks for that. I forgot to paste the directive. > > -Leigh > > > > > ~

Re: Export to Excel Asian locale

2009-12-20 Thread Leigh
> Thanks for that. I forgot to paste the directive. -Leigh ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com

Re: Export to Excel Asian locale

2009-12-20 Thread Leigh
> looks fine in tbird 3.0 using utf-8. HoF's list archive > doesn't seem to support > unicode though. Yes, I was surprised when it did not display correctly on the list. -Leigh ~| Want to reach the ColdFusion communit

Re: Export to Excel Asian locale

2009-12-19 Thread Paul Hastings
On 12/20/2009 5:08 AM, Leigh wrote: > 日本語: Java > プラットフォームにおける補助文字のサポート > 中文: Java 平台中的增补字符 looks fine in tbird 3.0 using utf-8. HoF's list archive doesn't seem to support unicode though. ~~

Re: Export to Excel Asian locale

2009-12-19 Thread Paul Hastings
On 12/20/2009 2:17 AM, Victor Moore wrote: > Unfortunately I had that font already and even tried different > variations still the same result. if arial unicode ms is rendering as empty squares then it's probably an encoding issue. > Just to recap: the web page shows double byte characters fi

Re: Export to Excel Asian locale

2009-12-19 Thread Leigh
> 日本語: Java > プラットフォームにおける補助文字のサポート > 中文: Java 平台中的增补字符 Apparently those characters (snagged from sun's site) did not show up to well ... ~| Want to

Re: Export to Excel Asian locale

2009-12-19 Thread Leigh
Have you tried specifying the charset via meta tags (within the content)? 日本語: Java プラットフォームにおける補助文字のサポート 中文: Java 平台中的增补字符 ~| Want to reach t

Re: Export to Excel Asian locale

2009-12-19 Thread Victor Moore
Hi Paul, I was hoping you will chime in as the coldfusion international guru. Unfortunately I had that font already and even tried different variations still the same result. I have tried with no font also hoping that will default to something that will display it properly with no luck. Just to

Re: Export to Excel Asian locale

2009-12-18 Thread Paul Hastings
On 12/19/2009 1:15 AM, Victor Moore wrote: > I can't figure out how to do it. All the double byte characters show > as squares (or funny characters if I remove squares (empty ones) usually mean that the app can't render those glyphs. either a small encoding error or it doesn't have the right f

Re: Export to Excel Asian locale

2009-12-18 Thread Victor Moore
Data is displayed OK on the page. it's just in the excel file that is not showing properly, but if I cut and paste manually in the excel file then it shows OK. Thanks On Fri, Dec 18, 2009 at 1:51 PM, Chad Gray wrote: > > Does your OS that opens the excel file have the support for double byte >

RE: Export to Excel Asian locale

2009-12-18 Thread Chad Gray
Does your OS that opens the excel file have the support for double byte characters? In windows I think it is under regions and languages. You should google support for double byte characters on your OS. I found this real quick: http://mandarin.about.com/od/characters/ss/display_chars.htm >

RE: Export to Excel

2005-01-26 Thread Dawson, Michael
bject: RE: Export to Excel I you are on MX then use this... http://jakarta.apache.org/poi/index.html its free and is the mutts nuts -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: 26 January 2005 15:29 To: CF-Talk Subject: Export to Excel Any recomanded tag to expor

Re: Export to Excel

2005-01-26 Thread Asim Manzur
I just need the simple excel output. This is what I am using and no error and no excel file. thanks PS: Again no result if I post from website, I am again using my email to post the message. On Wed, 26 Jan 2005 10:28:56 -0500, Asim Manzur <[EMAIL PROTECTED]> wrote: > Any recomanded tag t

RE: Export to Excel

2005-01-26 Thread Ben Rogers
I generally just generate an HTML page and place the data in a HTML table. Give it a ".xsl" extention and hand it back with a content disposition header: That works in Excel 98 and up, I believe. There's also a custom tag in the OpenXCF project. The custom tag is called . I haven't used i

RE: Export to Excel

2005-01-26 Thread Robertson-Ravo, Neil (RX)
I you are on MX then use this... http://jakarta.apache.org/poi/index.html its free and is the mutts nuts -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: 26 January 2005 15:29 To: CF-Talk Subject: Export to Excel Any recomanded tag to export the html result to exc

Re: Export to Excel ok, PDF not ok

2004-08-10 Thread Don
> Try this site > > http://www.school-for-champions.com/coldfusion/cftopdf.htm > Thanks, will revisit it when I got time to work on the conversion. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Export to Excel ok, PDF not ok

2004-08-10 Thread Don
> This isn't going to work... You code for "exporting" to excel only > works because Excel knows how to deal with HTML data; the PDF viewer > does not know how to deal with HTML and it fails.  To the best of my > knowledge, changing headers, etc won't make a difference. Thanks, good to know. [

Re: Export to Excel ok, PDF not ok

2004-08-10 Thread Jim Louis
ence. > > -Original Message- > From: Chunshen (Don) Li [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 10, 2004 10:35 AM > To: CF-Talk > Subject: Re: Export to Excel ok, PDF not ok > > > Sorry, the msg were not clear enough, following is my editing. > > &g

RE: Export to Excel ok, PDF not ok

2004-08-10 Thread Gaulin, Mark
al Message- From: Chunshen (Don) Li [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 10:35 AM To: CF-Talk Subject: Re: Export to Excel ok, PDF not ok Sorry, the msg were not clear enough, following is my editing. > It seems strange, the following code would work to export current page

Re: Export to Excel ok, PDF not ok

2004-08-10 Thread Don
Sorry, the msg were not clear enough, following is my editing. > It seems strange, the following code would work to export current page > to Excel format but not PDF format (though a pdf doc is generated, its > format seems incorrect for PDF reader failed to open it). > Code for exporting to E

RE: Export to Excel - only alternate rows exported WHy?...

2003-07-31 Thread Kola Oyedeji
From: Declan Maher [mailto:[EMAIL PROTECTED] >> Sent: 31 July 2003 15:10 >> To: CF-Talk >> Subject: RE: Export to Excel - only alternate rows exported WHy?... >> >> Can view the output before passing it to the custom tag. The query which >> generates the data is

RE: Export to Excel - only alternate rows exported WHy?...

2003-07-31 Thread Declan Maher
. --> < -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 01:12 PM To: CF-Talk Subject: RE: Export to Excel - only alternate rows exported WHy?... Can you view the output before passing it to the custom tag? If not can you replicate the code in the custom tag

RE: Export to Excel - only alternate rows exported WHy?...

2003-07-31 Thread Kola Oyedeji
:39 >> To: CF-Talk >> Subject: RE: Export to Excel - only alternate rows exported WHy?... >> >> Kola, >> >> Here's how it does it. >> >> This custom tag creates a dynamic Excel file from the generated content >> of a block of ColdFusion

RE: Export to Excel - only alternate rows exported WHy?...

2003-07-31 Thread Declan Maher
edeji [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 11:18 AM To: CF-Talk Subject: RE: Export to Excel - only alternate rows exported WHy?... I'm not sure how that custom tag works. Does it take a html table and convert it into an excel spreadsheet? If so does the original have alternate r

RE: Export to Excel - only alternate rows exported WHy?...

2003-07-31 Thread Kola Oyedeji
t;> To: CF-Talk >> Subject: RE: Export to Excel - only alternate rows exported WHy?... >> >> I am exporting to excel using the custom tag . Although >> all the correct data shows on the include page I am using, in other >> words the query that selects the data is

RE: Export to Excel - only alternate rows exported WHy?...

2003-07-31 Thread Declan Maher
I am exporting to excel using the custom tag . Although all the correct data shows on the include page I am using, in other words the query that selects the data is correct, when I actually do the export all that shows in excel is every second row. Any help would be apprectiated. ~

Re: Export To excel

2002-07-15 Thread Deanna Schneider
Try something like this instead: Deanna Schneider Interactive Media Developer [EMAIL PROTECTED] __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fu