Hi,
I am using commons-net 1.1 version for pulling files from external
server which is behind a firewall.
I am using the following code.
outputFile = new FileOutputStream(localFileName);
// store the file on remote machine
//f
Hi,
I am using commons-net 1.1 version for pulling files from external
server which is behind a firewall.
I am using the following code.
outputFile = new FileOutputStream(localFileName);
// store the file on remote machine
Hello,
I am facing an issue with commons-net 1.4.0 and saw in the change log
that the unreleased version 1.4.x has this patch for "fixing a
TelnetInputStream hang". I was just wondering if anyone could tell me if
what I am seeing resembles that problem.
My Jboss had 3 threads using a lot of CPU. T
Hi,
Can anyone help me creating the dropdown list for a cell in the excel file
using POI?
Regards,
Beejal
http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_
This e-mail message may contain proprie
Beejal,
Haven't worked with JExcel API , just happen to google for the problem
specified ,however the suggested approach seems to be using macros .Please find
attach sample java code which may be a work around for your problem.
Regards,
Jeenus.
From: Beejal
_
From: Beejal [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 19, 2008 7:09 PM
To: 'Jakarta Commons Users List'
Subject: Problem displaying dropdown in excel
Hi,
I am trying to populate the values in a dropdown in the excel file.
I am using jExcel API.
I have 74 String
Hi,
I am trying to populate the values in a dropdown in the excel file.
I am using jExcel API.
I have 74 String values to be populated in the dropdown.
The problem is if I add 5-7 values, excel file is generated properly with
the dropdown.
But if I try to add more than that, the dropdown is
Hi all,
I'm in trouble on traversing object graph and perform query with JXPath
over a beans.
My objects are:
*
OBJECT 1 definition
*
import java.util.HashMap;
import jav