]> git.mjollnir.org Git - moodle.git/commit
Adding a new system for producing Excel documents that are a little
authormoodler <moodler>
Fri, 26 Sep 2003 04:18:02 +0000 (04:18 +0000)
committermoodler <moodler>
Fri, 26 Sep 2003 04:18:02 +0000 (04:18 +0000)
commit8b1fb0c66aed5188cda9e68c58cb75cadbc04df4
treef89d121458708a1d12fc261b53f313ff9b4a0c31
parentec0ce75f90b7ee9b350603db1381666bc9f320e6
Adding a new system for producing Excel documents that are a little
more compatible with non-Excel spreadsheets.  It also has more features
than the old system that we might take advantage of later.
lib/excel/BIFFwriter.php [new file with mode: 0644]
lib/excel/Format.php [new file with mode: 0644]
lib/excel/OLEwriter.php [new file with mode: 0644]
lib/excel/Parser.php [new file with mode: 0644]
lib/excel/README.txt [new file with mode: 0644]
lib/excel/Workbook.php [new file with mode: 0644]
lib/excel/Worksheet.php [new file with mode: 0644]
lib/excel/test.php [new file with mode: 0644]