There's a Spreadsheet::* namespace with things like Spreadsheet::ParseExcel::Utility and Spreadsheet::WriteExcel.
So perhaps Spreadsheet::TieExcel would be good. Tim. On Wed, Nov 05, 2003 at 08:02:05AM +0100, Simone Cesano wrote: > Hello, > > I am thinking about uploading a module to CPAN. > > It is an interface to Excel, so that by tieing filehandles, scalars or > arrays you can write transparently to Excel as if it were a Perl > variable. > > I thought about calling the module > > Tie::Excel > > providing packages > > Tie::Excel::Scalar > Tie::Excel::File > Tie::Excel::Array > > Anybody have any comments? In particular, is the name the best > possible? > > Regards and thanks, > > Simone >