summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* make json an attr to allow dependency injectionskaufman2015-03-141-1/+15
|
* Add keywords for border types as listed in PODMeredith Howard2014-07-231-1/+14
|
* also handle default colors here (#4)Jesse Luehrs2014-07-041-0/+2
|
* nope, i was wrongJesse Luehrs2013-10-291-8/+2
|
* add a utf8 decoder helperJesse Luehrs2013-10-291-2/+8
| | | | | | | | | | xslate doesn't provide any way to mark code inside template files as utf8, so strings in that code end up as undecoded strings, even if the rest of the template file itself is decoded. this provides a helper function you can use in your templates to explicitly decode the strings. if this ever gets fixed in xslate, i'll be able to just conditionally turn this helper function into a noop, so it shouldn't really affect forwards compatibility.
* fix this algorithm, again (jasonshaev)Jesse Luehrs2013-08-291-7/+6
|
* fix up the merge and autofilter stuff (#1)Jesse Luehrs2013-08-284-114/+168
|
* fix to docs and removed output from testJason2013-08-281-4/+4
|
* use row and column numbers instead of range for merge functionJason2013-08-284-10/+25
|
* modify docs around mergeJason2013-08-281-4/+7
|
* merge now supports formulas, and adjusted testJason2013-08-282-16/+36
|
* added autoformat and merge to data format documentationJason2013-08-271-1/+5
|
* removed cpan stuff, fix two typosJason2013-08-271-8/+1
|
* support for full autofilter functionalityJason2013-08-271-4/+10
|
* documentation for merge helper function and added a test demonstrating ↵Jason2013-08-272-0/+8
| | | | functionality
* remove data dumperJason2013-08-261-1/+0
|
* add support for merging cells and adding autofilter to a rowJason2013-08-262-4/+34
|
* dep on Excel::Writer::XLSXJesse Luehrs2013-07-181-0/+2
|
* fix rendering two spreadsheets with the same objectJesse Luehrs2013-07-181-16/+9
|
* note issue with default valuesJesse Luehrs2013-07-181-1/+9
|
* need to load JSON hereJesse Luehrs2013-07-181-0/+1
|
* documentationJesse Luehrs2013-07-181-0/+397
|
* pod coverageJesse Luehrs2013-07-186-0/+51
|
* more docsJesse Luehrs2013-07-186-6/+132
|
* i can just document this in the Processor::Xslate docsJesse Luehrs2013-07-171-1/+0
|
* make this compileJesse Luehrs2013-07-171-2/+2
|
* document the generator side of thingsJesse Luehrs2013-07-173-0/+84
|
* stop guessing file type, and refactor a bitJesse Luehrs2013-07-175-48/+45
|
* abstractsJesse Luehrs2013-07-179-0/+9
|
* no reason to use List::MoreUtils hereJesse Luehrs2013-07-171-2/+1
|
* 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-021-0/+1
|
* 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
|
* 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
|