Re: [Dhis2-devs] Fwd: JXL with POI

2009-07-19 Thread Hieu Dang Duy
Thank for helpful ! On Sat, Jul 18, 2009 at 8:58 AM, Murodullo Latifov wrote: > Hi Hieu, > > Look at "Busy developer 's guide" here > http://poi.apache.org/spreadsheet/quick-guide.html#NewWorkbook. Using > inheritance or abstract classes/interface I would say is the right way > instead of utilit

Re: [Dhis2-devs] Fwd: JXL with POI

2009-07-17 Thread Murodullo Latifov
Hi Hieu, Look at "Busy developer 's guide" here http://poi.apache.org/spreadsheet/quick-guide.html#NewWorkbook. Using inheritance or abstract classes/interface I would say is the right way instead of utility class. Why? Because every time you create an excel file, modify and save it, thus foll

[Dhis2-devs] Fwd: JXL with POI

2009-07-17 Thread Hieu Dang Duy
Dear Murod, It is joyful when received your reply mail. So behind in this mail, I've got some wonders to worry to ask you: How can we do if none of using a template instead-of a scratch file ? By the way, I shall focus on your suggestion about the inheritance. It's really helpful for me to get a