summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | handle other valid booleans for diagonalDown and diagonalUpJesse Luehrs2015-03-151-2/+11
| * | don't call ->text on the element if it doesn't existJesse Luehrs2015-03-151-2/+7
| * | Added Parsing for Page Setup, Diagonal BordersDave Clarke2015-03-051-2/+32
| |/
* / Fix code to satisfy using_1904_date test.FL2015-02-071-1/+1
|/
* avoid dying if these tags are missing (#23)Jesse Luehrs2014-07-051-5/+7
* Merge pull request #26 from felliott/parseexcel-parityJesse Luehrs2014-07-051-2/+14
|\
| * add ColFmtNo support to ParseXLSXFitz Elliott2014-07-051-2/+6
| * add TabColor support to ParseXLSXFitz Elliott2014-07-051-0/+8
* | Merge branch 'pull-25'Jesse Luehrs2014-07-051-7/+8
|\ \ | |/ |/|
| * Add support for optional $formatter argument in parse method.FL2014-07-051-5/+6
| * Improve locked cell detection for cells with hidden formulas. Add test for l...FL2014-07-051-1/+1
| * Correct locked cell detection (no information means locked).FL2014-06-181-1/+1
* | stop using eval hereJesse Luehrs2014-07-041-5/+3
* | Merge remote-tracking branch 'upstream/master'Meredith Howard2014-06-251-11/+33
|\|
| * note the XML::Twig bug (fixes #20)Jesse Luehrs2014-04-031-0/+12
| * fix incompatibility with newer Spreadsheet::ParseExcel (fixes #22)Jesse Luehrs2014-03-211-11/+21
* | Return missing comments, clean wsMeredith Howard2014-06-251-3/+6
* | Parse worksheets in Twig mode.Meredith Howard2014-03-191-135/+182
* | Parse Shared Strings in twig mode, rather than building a tree of the entire ...Meredith Howard2014-03-181-11/+27
|/
* document that the default color is undef (#15)Jesse Luehrs2014-01-291-1/+2
* return undef to mean 'the default color' (#15)Jesse Luehrs2014-01-291-5/+3
* support locked and hidden cells (#15)Jesse Luehrs2014-01-291-3/+9
* update the documentation with limitations of this module (#15)Jesse Luehrs2014-01-221-1/+43
* support more font properties (#14)Jesse Luehrs2013-12-091-4/+23
* make get_filename work (masonik)Jesse Luehrs2013-11-131-4/+5
* implement the inlineStr cell typeJesse Luehrs2013-11-061-12/+13
* support merged cells (rolaf, #10)Jesse Luehrs2013-10-091-0/+24
* support worksheets with a range selectionJesse Luehrs2013-10-091-2/+10
* fix rich text cell contents (merrilymeredith, #11)Jesse Luehrs2013-10-091-1/+1
* fix row and column range for empty sheets (fixes #8)Jesse Luehrs2013-09-161-10/+20
* handle the 'e' format (fixes #7)Jesse Luehrs2013-09-161-0/+3
* fix warnings under -w when parsing an xml fileJesse Luehrs2013-09-091-1/+1
* fix string lookups when cells have complicated formatting (#6)Jesse Luehrs2013-09-091-2/+5
* also support string formulas (#6)Jesse Luehrs2013-09-051-0/+3
* implement boolean types (#6)Jesse Luehrs2013-09-051-0/+4
* bump the spreadsheet::parseexcel dep (rjbs)Jesse Luehrs2013-09-051-1/+1
* fix this algorithm againJesse Luehrs2013-08-291-3/+6
* be a bit more specific when picking out xml nodes (fixes #5)Jesse Luehrs2013-07-311-2/+2
* fix the row translation formula (fixes #4)Jesse Luehrs2013-07-311-4/+7
* sometimes the whole themes section doesn't exist (#3)Jesse Luehrs2013-07-301-0/+2
* lowestEdited doesn't always exist (#3)Jesse Luehrs2013-07-301-3/+5
* fix spreadsheets that have only a single cell (#2)Jesse Luehrs2013-07-291-3/+16
* some xlsx generators don't set the 'selection' node (fixes #1)Jesse Luehrs2013-07-261-3/+7
* note socialflow's sponsorshipJesse Luehrs2013-07-161-0/+10
* make sure $cell->value worksJesse Luehrs2013-07-161-5/+11
* grumble grumbleJesse Luehrs2013-07-161-0/+1
* docsJesse Luehrs2013-07-161-0/+72
* need to apply the column width to all specified columnsJesse Luehrs2013-06-051-1/+3
* introspect datetime cells from the num format tooJesse Luehrs2013-06-051-1/+10
* handle color tintsJesse Luehrs2013-06-041-1/+21