Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Excel sheet in Web page
by Your Mother (Archbishop) on Jan 25, 2011 at 17:16 UTC

    Oh, that's easy.

    use Magick::Software; no strict; Magick::Software->enable_esp(1); Magick::Software->disable_specifications(1); Magick::Software->dwiw( how_much => '$5,000 worth', how_hard => 'pretty complex' );

    But seriously, you can do what you want with raw DBI, a good ORM like DBIx::Class, and a JavaScript library with excellent CSS/plugins or nice prefab UI like ExtJS. There are also a few modules to use and manipulate Excel and Excel-like records. A good web framework (Catalyst, Dancer, Mojolicious...) will make it all fairly easy to hang together.

    Your question as it stands is entirely too vague to help you beyond similar generalizations.

Re: Excel sheet in Web page
by ahmad (Hermit) on Jan 25, 2011 at 17:37 UTC

    It's not that easy, And without seeing any effort on your side i.e: no DB structure or codes ... then I would suggest that you use google docs , make a document & share it with people you want.

Re: Excel sheet in Web page
by marto (Cardinal) on Jan 25, 2011 at 18:14 UTC

    You could achieve this using a Perl on the server side and some jQuery (see this plugin) on the client side.

Re: Excel sheet in Web page
by anonymized user 468275 (Curate) on Jan 25, 2011 at 17:32 UTC
    This kind of thing seems much easier in VBA -- as much as I like to use Perl as much as possible!

    One world, one people