summaryrefslogtreecommitdiffstats
path: root/lib/Spreadsheet/Template/Generator/Parser/Excel.pm
Commit message (Expand)AuthorAgeFilesLines
* need to load JSON hereJesse Luehrs2013-07-181-0/+1
* pod coverageJesse Luehrs2013-07-181-0/+8
* stop guessing file type, and refactor a bitJesse Luehrs2013-07-171-22/+17
* no reason to use List::MoreUtils hereJesse Luehrs2013-07-171-2/+1
* write_date_time requires the input to be in iso8601 formJesse Luehrs2013-06-051-0/+14
* support bold and italicJesse Luehrs2013-06-041-0/+4
* not sure what's going on hereJesse Luehrs2013-06-041-2/+9
* better handling for fillsJesse Luehrs2013-06-041-2/+27
* also support the full range of options hereJesse Luehrs2013-05-131-2/+18
* move this fixup to where the rest of the fixups are doneJesse Luehrs2013-05-091-7/+1
* support border stylesJesse Luehrs2013-05-081-0/+12
* refactor color handling, and add border color supportJesse Luehrs2013-05-081-18/+7
* one moreJesse Luehrs2013-05-071-3/+5
* start working on formats for xlsx (still a bit broken)Jesse Luehrs2013-05-061-13/+31
* add numeric formatJesse Luehrs2013-05-031-1/+3
* remove some debugging stuffJesse Luehrs2013-05-031-2/+0
* start parsing out some format dataJesse Luehrs2013-05-021-0/+39
* generate selectionsJesse Luehrs2013-05-011-2/+2
* refactoringJesse Luehrs2013-05-011-7/+10
* remove more unused codeJesse Luehrs2013-05-011-6/+0
* properly support formulas (in xlsx at least)Jesse Luehrs2013-05-011-6/+3
* this was unnecessaryJesse Luehrs2013-05-011-6/+0
* note that current selection isn't supportedJesse Luehrs2013-05-011-0/+2
* worksheet nameJesse Luehrs2013-05-011-0/+1
* get row heights and column widthsJesse Luehrs2013-05-011-1/+6
* handle types a bit betterJesse Luehrs2013-05-011-2/+28
* support xls files tooJesse Luehrs2013-05-011-0/+92