]> git.mjollnir.org Git - moodle.git/commit
changed the excel writing library to a more fully-featured, less buggy
authorjungwirr <jungwirr>
Wed, 24 Sep 2003 19:10:14 +0000 (19:10 +0000)
committerjungwirr <jungwirr>
Wed, 24 Sep 2003 19:10:14 +0000 (19:10 +0000)
commit275b48ac2bab58d5cab4697f8cf1e5fcc312b8e8
tree53437ba81eefaca5c8d63f5870dd3b5670a3ab2d
parentcaf4bef1303e06996a66089e554333ebd39a9da9
changed the excel writing library to a more fully-featured, less buggy
one.
mod/attendance/viewall.php
mod/attendance/viewweek.php
mod/attendance/write_excel/BIFFwriter.php [new file with mode: 0644]
mod/attendance/write_excel/Format.php [new file with mode: 0644]
mod/attendance/write_excel/OLEwriter.php [new file with mode: 0644]
mod/attendance/write_excel/Parser.php [new file with mode: 0644]
mod/attendance/write_excel/Workbook.php [new file with mode: 0644]
mod/attendance/write_excel/Worksheet.php [new file with mode: 0644]
mod/attendance/write_excel/test.php [new file with mode: 0644]