summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* don't ship the xls stuff for now, it's not readyJesse Luehrs2013-07-171-0/+1
|
* update packaging stuffJesse Luehrs2013-07-172-2/+20
|
* add some xslate macros, to make things a bit cleanerJesse Luehrs2013-07-022-1/+67
|
* no, let's default to Metakolon insteadJesse Luehrs2013-07-021-1/+1
| | | | | TTerse is missing features that would make it annoying to work with (no map/reduce methods on arrays, for one)
* default to TTerse syntax (but make it configurable)Jesse Luehrs2013-07-021-1/+13
|
* allow passing options to the backendsJesse Luehrs2013-07-022-3/+24
|
* stub out things to make dzil workJesse Luehrs2013-07-023-0/+3
|
* make the output more predictable, for easier editingJesse Luehrs2013-06-111-1/+1
|
* don't try to escape htmlJesse Luehrs2013-06-111-1/+1
|
* don't require the contents field if a formula is givenJesse Luehrs2013-06-051-1/+3
|
* write_date_time requires the input to be in iso8601 formJesse Luehrs2013-06-051-0/+14
| | | | this is also much more readable as an intermediate form
* write out formulas properlyJesse Luehrs2013-06-041-5/+15
|
* support bold and italicJesse Luehrs2013-06-041-0/+4
|
* not sure what's going on hereJesse Luehrs2013-06-041-2/+9
| | | | | | some places say that solid fills use the fg color, and other places say that they use the bg color, and so i'm not sure what to do here. should look into this more.
* this should be 'selection', not 'selected'Jesse Luehrs2013-06-041-2/+2
|
* remap fill pattern namesJesse Luehrs2013-06-041-0/+27
|
* better handling for fillsJesse Luehrs2013-06-041-2/+27
|
* add example filesJesse Luehrs2013-05-142-0/+149
|
* also support the full range of options hereJesse Luehrs2013-05-131-2/+18
|
* switch to Spreadsheet::ParseXLSXJesse Luehrs2013-05-131-342/+3
|
* move this fixup to where the rest of the fixups are doneJesse Luehrs2013-05-092-22/+23
|
* generate bordersJesse Luehrs2013-05-081-3/+34
|
* support border stylesJesse Luehrs2013-05-082-3/+21
|
* refactor color handling, and add border color supportJesse Luehrs2013-05-082-33/+55
|
* todo noteJesse Luehrs2013-05-071-0/+2
|
* one moreJesse Luehrs2013-05-072-7/+10
|
* fix compilationJesse Luehrs2013-05-071-0/+1
|
* 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-062-18/+189
|
* 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
| | | | | doesn't work with xlsx yet, because it puts the numerical format in the Format cell field instead of the text format object
* these don't always existJesse Luehrs2013-05-011-2/+2
|
* generate selectionsJesse Luehrs2013-05-013-19/+77
|
* refactoringJesse Luehrs2013-05-015-61/+105
|
* remove more unused codeJesse Luehrs2013-05-011-6/+0
|
* properly support formulas (in xlsx at least)Jesse Luehrs2013-05-013-6/+16
|
* 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
|
* fix up some inconsistencies in row height/col width calculationJesse Luehrs2013-05-012-4/+16
|
* get row heights and column widthsJesse Luehrs2013-05-012-2/+48
|
* handle types a bit betterJesse Luehrs2013-05-012-5/+39
|
* support xls files tooJesse Luehrs2013-05-013-72/+122
|
* start sketching out the template generatorJesse Luehrs2013-04-304-0/+134
|
* test scriptJesse Luehrs2013-04-261-0/+13
|
* basic implementation of renderingJesse Luehrs2013-04-261-1/+177
| | | | | there are a bunch of formatting issues, but this is at least a rough start
* compilation fixesJesse Luehrs2013-04-262-5/+6
|
* outline of the renderer partJesse Luehrs2013-04-258-0/+185
|