Bug 50470 - Posting example code. Not a bug.
Summary: Posting example code. Not a bug.
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 08:55 UTC by rsprasadh
Modified: 2015-03-22 17:32 UTC (History)
0 users



Attachments
Code example for beginners. (5.31 KB, text/plain)
2010-12-14 08:55 UTC, rsprasadh
Details
Sourve data file src.xls (13.50 KB, application/vnd.ms-excel)
2010-12-15 04:58 UTC, rsprasadh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rsprasadh 2010-12-14 08:55:42 UTC
Created attachment 26401 [details]
Code example for beginners.

Nick Burch,

This is not a bug but example code.
I am adding a example POI code .
The code is documented in comments for beginners.

Thanks.

Saravana Prasad R
Comment 1 rsprasadh 2010-12-15 04:58:35 UTC
Created attachment 26409 [details]
Sourve data file src.xls

Usage: java poi src.xls src1.xls

The src1.xls will have valid emailids extracted and semi-colon seperated from src.xls and added to second column of corresponding rows in a second worksheet named 'Extract' added to the src1.xls.
Comment 2 Dominik Stadler 2015-03-22 17:32:22 UTC
In the meantime a number of similar samples have been added to the source-code unde src/examples, also the webpage contains a number of "HowTo" and "Getting started" type of resources, so I think this is kind of "fixed" since some time already.