I work regularly with fetching rows out of a database and slapping the results into a spreadsheet. I imagine a hefty chunk of Spreadsheet::WriteExcel users do the same - witness Spreadsheet::WriteExcel::FromDB. The ability to simply insert a fetch'ed row is just too handy (versus writing your own code to iterate over a fetch'ed record). Based on John's comments in his CHANGES file, I'm guessing people will appreciate it.
Eat your own dog food (Score:1)
The reason that I omitted write_row() and write_col() methods from Spreadsheet::WriteExcel [freshmeat.net] for so long was because I thought that it was a relatively simple matter to create these functions externally.
Any time that I spend implementing, testing and documenting a feature like this means less time spent implementing a f
Re:Eat your own dog food (Score:2)
I thought about working on that sooner, but I never use it and never had a desire to. Frankly, I don't understand why anyone on the programmer's side of things would want to use that notation, unless it's some sort of conceptualization issue. Maybe I'm missing something.
In any case, I'll resist adding that feature until I receive a few requests, at least.