Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Populating Data from Excel
suma
Hi All,
Is it possible to populate data from a excel in BIRT reports???
if so what can be done to fetch data from excel ?
Thanks,
Suma
Find more posts tagged with
Comments
BioGeek
Hi Suma,<br />
<br />
e.Spreadsheet Excel API is a free Java component that can read from or write to Excel files. The API allows developers to read, write, and manipulate Excel files in Java. It does not rely on any aspect of the Excel application, and can be run on any Java virtual machine, including Windows, UNIX, and Linux.<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/products/spreadsheet-api/#features'>Products
and Services - e.Spreadsheet Excel API - Overview - BIRT Exchange</a><br />
<br />
<br />
Examples of reading, parsing, and extracting data from Excel files<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/modules/mediawiki/index.php/Reading,_parsing,_and_extracting_data_from_Excel_files'>Reading
, parsing, and extracting data from Excel files - BIRT Wiki - BIRT Exchange</a><br />
<br />
<br />
Regards