http://www.perlmonks.org?node_id=934132


in reply to Re: Need help getting format along with the value from excel using Workdheet::ParseExcel
in thread Need help getting format along with the value from excel using Workdheet::ParseExcel

If anyone was inclined they could take this code and roll it into a Spreadsheet::ReWriteExcel module.

The majority of the code is already there. It would just need a small amount of documentation and test cases. I think it would be genuinely useful.

If anyone is interested let me know.

--
John.

Replies are listed 'Best First'.
Re^3: Need help getting format along with the value from excel using Workdheet::ParseExcel
by bennierounder (Sexton) on Oct 27, 2011 at 12:45 UTC

    I am new to computer developing and perl is the first language I have tried, but I love it. I will try and make the module, as you suggested because I haven't made one yet for the CPAN. I wanna take this opportunity to thank you. I will implement this with my code and complete my task easily now. You are amazing.

    Thanks Again John!

Re^3: Need help getting format along with the value from excel using Workdheet::ParseExcel
by bennierounder (Sexton) on Oct 27, 2011 at 13:11 UTC

    I am interested in making the module you have suggested, just letting you know!