Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread André Pfeiffer
findjar.com/jar/ >>> net/sourceforge/jexcelapi/jxl/2.6/jxl-2.6.jar.html also >>> >>> >>> >>> There is another Java to Excel api see https://poi.apache.org/ >>> components/spreadsheet/ that I have used successfully. >>> >>> >>

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread Michel Giroux
cessfully. >> >> >> >> DG >> >> >> >> *From: *Geertjan Wielenga >> *Date: *Monday, 18 January 2021 at 12:52 >> *To: *"Christopher C. Lanz" >> *Cc: *"users@netbeans.apache.org" >> *Subject: *Re: using JExc

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread Carl Mosca
jxl/2.6/jxl-2.6.jar.html > also > > > > There is another Java to Excel api see > https://poi.apache.org/components/spreadsheet/ that I have used > successfully. > > > > DG > > > > *From: *Geertjan Wielenga > *Date: *Monday, 18 January 2021 at 12:52 &g

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread David Gradwell
Cc: "users@netbeans.apache.org" Subject: Re: using JExcel with Netbeans 12 running over Ubuntu 14.04 For example, I'd love to help, but I have no idea what "jxl library" is, where to find it, etc, I have no idea what kind of project you're talking about -- Ant-bas

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread Geertjan Wielenga
For example, I'd love to help, but I have no idea what "jxl library" is, where to find it, etc, I have no idea what kind of project you're talking about -- Ant-based? Maven-based? Gradle-based? I.e., you either need to provide a project on GitHub so someone can look at it or complete instructions s

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread Geertjan Wielenga
You'll get help when you provide step by step instructions or, even better, a sample project on GitHub. Gj On Mon, Jan 18, 2021 at 1:43 PM Christopher C. Lanz wrote: > Hello, > > One of our fellow correspondents has suggested that I repeat this > question. I am following their advice. Please fo

using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread Christopher C. Lanz
Hello, One of our fellow correspondents has suggested that I repeat this question. I am following their advice. Please forgive me. I need to use the jxl library in Netbeans 12 running in Ubuntu 14.04. I have followed the directions available online: * adding the jxl-2.6.jar file to the cl