As per normal I found an error in his code. <cfset cell.setCellStyle(uglyStyle)/>
should be <cfset row.getCell(0).setCellStyle(uglyStyle)> Anyone wants my POI test cfm just write to me off list. Thanks Dan On 9/5/06, Eric Roberts <[EMAIL PROTECTED]> wrote: > > I have used this pretty extensively and not had any problems with Norton > or > any other AV program tagging this as a worm. Just to be safe, maybe you > should go and redownload the POI jar files and nuke the ones on your > server. > Make sure you get them directly from the Jakarta Apache Project. > > Eric > > -----Original Message----- > From: Dov Katz [mailto:[EMAIL PROTECTED] > Sent: Monday, 04 September 2006 20:10 > To: CF-Talk > Subject: hssf poi (generating excel) and norton internet worm protection > > I have a page where I generate an excel file. Whenever i download the > excel > file my norton worm protection blocks it claiming it has some sort of worm > in it. I am just using standard poi/hssf literally verbatim from > > http://www.d-ross.org/index.cfm?objectid=9C65ED5A-508B-E116-6F4F7F38C6AE167C > > > I have one named worksheet, with 8 columns, a header row and 30-40 rows in > it. > > Any ideas? > > It doesnt matter whether i generate the file and cfoutput it to the > browser, > or download the generated file normally via http get. Same worm alert. > > TIA > > dov > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252064 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

