Re: Convert XLS into CSV

2010-05-08 Thread MSB
Thanks Karel but Luke and I have been doing a bit of work on this - http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/ToCSV.java. Lately, there is a pluggable version of the same where you simply create a customised subclass of a handler to convert the Excel in

Re: Convert XLS into CSV

2010-05-07 Thread Karel Vanroye
I know it is to XSL to XML and using perl, but it looks easier as the java code shown below http://www.perlmonks.org/?node_id=635459 Luke_Devon wrote: > > Hi > > I wanted to convert some XLS files into CSV. I found that apache.poi is > the most perfect tool. Since I'm a beginner , i have

Re: Convert XLS into CSV - Removing a Work Sheet

2010-04-27 Thread MSB
meant This value must be repeat from B17 to > B25.( This is just like we copy a value along the column for more than one > row ) > > Like that , in this worksheet , there will be lot of values to be copied. > Hence I think we can not do it dynamically and we needed hard code those

Re: Convert XLS into CSV - Removing a Work Sheet

2010-04-26 Thread luke devon
or more than one row ) Like that , in this worksheet , there will be lot of values to be copied. Hence I think we can not do it dynamically and we needed hard code those values in the code . Thanks in advance Luke ____________ From: MSB To: user@poi.apache.org Sent: Friday, Apri

Re: Convert XLS into CSV

2010-04-26 Thread luke devon
all. Many Thanks Luke From: MSB To: user@poi.apache.org Sent: Friday, April 23, 2010 3:27:38 Subject: Re: Convert XLS into CSV Luke As you have only limited experience with Java, I have uploaded a distribution that you should be able to run from the command

Re: Convert XLS into CSV

2010-04-22 Thread MSB
ve the problem.but no luck. > > Thanks in advance > Luke > > > > From: MSB > To: user@poi.apache.org > Sent: Tuesday, April 13, 2010 22:04:55 > Subject: Re: Convert XLS into CSV > > > The code I have pasted into this mess

Re: Convert XLS into CSV

2010-04-22 Thread MSB
to go through the code , if there is any thing that i can > modified to solve the problem.but no luck. > > Thanks in advance > Luke > > > > From: MSB > To: user@poi.apache.org > Sent: Tuesday, April 13, 2010 22:04:55 > Subject: Re: Convert

Re: Convert XLS into CSV

2010-04-22 Thread luke devon
project "Inbox". I tried to go through the code , if there is any thing that i can modified to solve the problem.but no luck. Thanks in advance Luke From: MSB To: user@poi.apache.org Sent: Tuesday, April 13, 2010 22:04:55 Subject: Re: Convert XLS i

Re: Convert XLS into CSV

2010-04-13 Thread MSB
hard coded. > > How it would be pointing to a single directory and convert all XLS into > CSV stored in the folder ? > > In the RAW XLS file , there might be some unwanted data to be converted > into CSV. or some times we need to complete the blank cells in the excel > sheet. >

Re: Convert XLS into CSV

2010-04-12 Thread MSB
n the excel > sheet. > > How can we do it , before convert into CSV ? > > Sorry about all those simple questions.( Since I'm not a programmer) > > Thanks in advance > Luke > > > > > > > From: MSB > To:

Re: Convert XLS into CSV

2010-04-12 Thread luke devon
x27;m not a programmer) Thanks in advance Luke From: MSB To: user@poi.apache.org Sent: Friday, April 9, 2010 22:18:43 Subject: Re: Convert XLS into CSV Hello Luke, As promised, a bit of code that uses the usermodel to create CSV files. I have not ha

Re: Convert XLS into CSV

2010-04-09 Thread MSB
ations for the EXCEL file , > because I just wanted convert entire excel file into CSV. > Is there any simple java code available for such a basic requirement ? > > anyway I'll try to use the code in the link which you have given to me . > > Thanks & Regards > >

Re: Convert XLS into CSV

2010-04-08 Thread MSB
h you have given to me . > > Thanks & Regards > > Luke. > > > > > > From: MSB > To: user@poi.apache.org > Sent: Thursday, April 8, 2010 23:47:07 > Subject: Re: Convert XLS into CSV > > > Hello Luke, > > Which version of the Excel file format are you

Re: Convert XLS into CSV

2010-04-08 Thread luke devon
7 Subject: Re: Convert XLS into CSV Hello Luke, Which version of the Excel file format are you targetting, the older binary or newer xml based version? I ask because Nick wrote and contributed some code that can be used to convert the older binary files into csv. It uses the eventmodel and will s

Re: Convert XLS into CSV

2010-04-08 Thread MSB
Hello Luke, Which version of the Excel file format are you targetting, the older binary or newer xml based version? I ask because Nick wrote and contributed some code that can be used to convert the older binary files into csv. It uses the eventmodel and will seem quite complex on first acquainta