Time issues

2009-08-31 Thread Ajay Kumar
hi All I have some zip data that contans name of different file when i unzipped data i got hundreds of file i passed each file in a subroutine and parse the data and write into excel sheet i am passing approximate 196 file individually during parsing and writiting into excel script is taking

Re: Time issues

2009-08-31 Thread Tim Bowden
On Mon, 2009-08-31 at 13:01 +0530, Ajay Kumar wrote: hi All I have some zip data that contans name of different file when i unzipped data i got hundreds of file i passed each file in a subroutine and parse the data and write into excel sheet i am passing approximate 196 file individually

adding namespace to row and column

2009-08-31 Thread Ganesh Babu N
Dear all, I am already having a XML document. In that document i want add namespace to an element. How to achieve this. Regards, Ganesh -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Time issues

2009-08-31 Thread Chas. Owens
On Mon, Aug 31, 2009 at 03:31, Ajay Kumaraku...@securities.com wrote: snip during parsing and writiting into excel script is taking to much cpu Resources as well as more than one( 1) hour time time to excute can anybody tell me how to resolve the cpu and time issues here snip There are many

Re: PDF generation from a database!!

2009-08-31 Thread ficovh
Hi I'm watching the HTML::ReportWriter for doing HTML report and later exporting it to PDF, it appear too easy.! Regards. On Sun, Aug 30, 2009 at 7:21 AM, Dr.Ruudrvtol+use...@isolution.nl wrote: ficovh wrote: I need ideas, suggest for generating a report in .pdf  from a data containing in

Re: PDF generation from a database!!

2009-08-31 Thread Dan
On Sat, 29 Aug 2009 22:18:10 -0500, ficovh fic...@gmail.com wrote: Hi folks I need ideas, suggest for generating a report in .pdf from a data containing in a MySQL database. Basically, the idea is putting information from many tables in a simple concentrate report. I want tutos, or simple

Re: PDF generation from a database!!

2009-08-31 Thread ficovh
Under what license is released PDF::ReportWriter ? Can use it on Commercial deployment ? You have script on using it ? Thanks for the reply. On Mon, Aug 31, 2009 at 5:34 PM, Dand...@entropy.homelinux.org wrote: On Sat, 29 Aug 2009 22:18:10 -0500, ficovh fic...@gmail.com wrote: Hi folks

Re: PDF generation from a database!!

2009-08-31 Thread ficovh
Thank you Dan, I'm watching it now. The reports included in the Module are wonderful. I'm writing code now. Best Regards. On Mon, Aug 31, 2009 at 6:14 PM, Dand...@entropy.homelinux.org wrote: On Mon, 31 Aug 2009 18:11:11 -0500, ficovh fic...@gmail.com wrote: Under what license is released  

Re: Time issues

2009-08-31 Thread Jim Gibson
At 1:01 PM +0530 8/31/09, Ajay Kumar wrote: hi All I have some zip data that contans name of different file when i unzipped data i got hundreds of file i passed each file in a subroutine and parse the data and write into excel sheet i am passing approximate 196 file individually during