summaryrefslogtreecommitdiffstats
path: root/lib/Spreadsheet/Template/Generator/Parser/XLSX.pm
Commit message (Expand)AuthorAgeFilesLines
* document the generator side of thingsJesse Luehrs2013-07-171-0/+13
* stop guessing file type, and refactor a bitJesse Luehrs2013-07-171-3/+4
* abstractsJesse Luehrs2013-07-171-0/+1
* switch to Spreadsheet::ParseXLSXJesse Luehrs2013-05-131-342/+3
* move this fixup to where the rest of the fixups are doneJesse Luehrs2013-05-091-15/+22
* support border stylesJesse Luehrs2013-05-081-3/+9
* refactor color handling, and add border color supportJesse Luehrs2013-05-081-15/+48
* one moreJesse Luehrs2013-05-071-4/+5
* also parse out bgcolorJesse Luehrs2013-05-071-10/+17
* i hate microsoft documentation so muchJesse Luehrs2013-05-071-0/+5
* start working on formats for xlsx (still a bit broken)Jesse Luehrs2013-05-061-5/+158
* these don't always existJesse Luehrs2013-05-011-2/+2
* generate selectionsJesse Luehrs2013-05-011-17/+58
* refactoringJesse Luehrs2013-05-011-38/+57
* properly support formulas (in xlsx at least)Jesse Luehrs2013-05-011-0/+11
* fix up some inconsistencies in row height/col width calculationJesse Luehrs2013-05-011-4/+4
* get row heights and column widthsJesse Luehrs2013-05-011-1/+42
* handle types a bit betterJesse Luehrs2013-05-011-3/+11
* support xls files tooJesse Luehrs2013-05-011-72/+8
* start sketching out the template generatorJesse Luehrs2013-04-301-0/+89