Home
Analytics
Reading data from xls/xlsx file
rohitmali
Hi,
Can we read the data from xls/xlsx file using Birt?
Find more posts tagged with
Comments
arunkumarb
<blockquote class='ipsBlockquote' data-author="'rohitmali'" data-cid="97211" data-time="1330937085" data-date="05 March 2012 - 01:44 AM"><p>
Hi,<br />
<br />
Can we read the data from xls/xlsx file using Birt?<br /></p></blockquote>
<br />
<br />
Yes we can read the data from xls/xlsx file using BIRT.<br />
<br />
When you are creating DATASORCE. just choos flat file data source.<br />
<br />
Regards,<br />
Arun
rohitmali
<blockquote class='ipsBlockquote' data-author="'arunkumarb'" data-cid="97222" data-time="1330950250" data-date="05 March 2012 - 05:24 AM"><p>
Yes we can read the data from xls/xlsx file using BIRT.<br />
<br />
When you are creating DATASORCE. just choos flat file data source.<br />
<br />
Regards,<br />
Arun<br /></p></blockquote>
<br />
<br />
Hi Arun,<br />
<br />
Can I also read xls/xlsx data from DataSet using Java?
arunkumarb
<blockquote class='ipsBlockquote' data-author="'rohitmali'" data-cid="97223" data-time="1330950828" data-date="05 March 2012 - 05:33 AM"><p>
Hi Arun,<br />
<br />
Can I also read xls/xlsx data from DataSet using Java?<br /></p></blockquote>
<br />
<br />
Yes, you can also read xls/xlsx data from DATASET using java.<br />
When you are creating DATASOURCE, just choose scripted data source.<br />
Regards,<br />
Arun
rohitmali
<blockquote class='ipsBlockquote' data-author="'arunkumarb'" data-cid="97224" data-time="1330951420" data-date="05 March 2012 - 05:43 AM"><p>
Yes, you can also read xls/xlsx data from DATASET using java.<br />
When you are creating DATASOURCE, just choose scripted data source.<br />
Regards,<br />
Arun<br /></p></blockquote>
<br />
<br />
Hi Arun,<br />
<br />
I have created Data Source using Excel Data Source Option and also created the Data Set.<br />
In preview, I am able to see the data of excel file. <br />
Now I want to make list of this data and send it to Java method, so that I can save it DB.<br />
How to do this?
rohitmali
How to read data from XLS/XLSX file using <strong class='bbc'>BookModel</strong> and <strong class='bbc'>Document</strong> Objects?<br />
<br />
Is anybody able to share the Java Code?