Commit Graph

3 Commits

Author SHA1 Message Date
james
09918861fc enclose CSV headings in quotation marks to avoid the first 2 chars of the file being "ID", which microsoft chokes on see:
http://support.microsoft.com/kb/q215591/
2005-03-29 21:33:59 +00:00
james
6d58c108c0 add judges CSV report (it would be waaaaay too wide to make into a PDF)
update lcsv to send content-type: text/x-csv

reduce duplicate code by using same variable for both kinds of reports, then $rep->addTable and $rep->output are the same for both pdf and csv
2005-02-23 14:55:01 +00:00
james
353835d402 add a class to export the reports to CSV - modelled after the PDF class so the two will be easy to use together
update the checkin reports to export to CSV as well
2005-02-23 14:29:28 +00:00