On the other hand, I know it might be late to consider this, but what happens if someone comes up with an interface to Gnumeric?
Do we start again with Spreadsheet::TieGnumeric etc.? In this light what's your opinion on Spreadsheet::Excel::Tie ? Or keep with the tradition, and go for Spreadsheet::TieExcel?
Cheers,
Simone
Tim Bunce wrote:
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