I am trying to use contrib/spreadsheet.py with the project Pyodel<http://code.google.com/p/pyodel>gradebooks. I think that the module could be improved with this functionality:
- Support _attribute arguments like in helper constructors in .cell() and Sheet.__init___() mainly for setting css options. - .row() and perhaps .column() methods for adding cell sequences. .row() would support _attribute also for configuring the html tr elements. - default _class and _id attributes for the sheet's xml html. - optionally return the spreadsheet as a div helper instance Would these changes follow the module design? In case they are, is there any naming convention for the css style that should be observed (any written convention)? Another approach for handling the spreadsheet html output attibutes is converting to a TAG instance and setting each instance options, but with the module enhancements that step would not be mandatory. I'd like to know also if there is another way of styling I'm missing that would be appropiate for this case (or in general). Thanks

