summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | in https://rt.cpan.org/Public/Bug/Display.html?id=93065, Spreadsheet::ParseExcel decided to start treating 'auto' colors as black instead of white, but this isn't correct for fill colors, so we have to correct for that
* 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
| | | | ->contents also returns a status code when called in list context
* fix string lookups when cells have complicated formatting (#6)Jesse Luehrs2013-09-091-2/+5
| | | | | | if a cell has multiple different formats, this shows up as multiple different rich text parts in the shared string table, so make sure to only count each shared string table entry once
* 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
|
* support bold and italicJesse Luehrs2013-06-041-2/+2
|
* nope, this is what i actually wantJesse Luehrs2013-06-041-4/+8
|
* oops, need to keep that defaultJesse Luehrs2013-06-041-1/+1
|
* just don't record cells without data at allJesse Luehrs2013-06-041-4/+4
|
* add in some default number formatsJesse Luehrs2013-06-041-4/+39
|
* assume that no specified color just means blackJesse Luehrs2013-06-041-3/+8
| | | | | is there somewhere else that specifies what the default font color should be?
* support fill patternsJesse Luehrs2013-06-041-1/+23
|
* match up worksheet references properlyJesse Luehrs2013-06-041-11/+13
|
* the default here should be 'general'Jesse Luehrs2013-05-131-1/+1
|
* fill in the rest of these valuesJesse Luehrs2013-05-131-12/+27
|
* selection and cell sizesJesse Luehrs2013-05-131-1/+32
|
* finish filling out the format stuffJesse Luehrs2013-05-131-10/+81
|
* start extracting some colorsJesse Luehrs2013-05-131-3/+51
|
* start parsing out some formatting stuffJesse Luehrs2013-05-101-3/+65
|
* parse cell contentsJesse Luehrs2013-05-101-4/+70
|
* parsing worksheets will require access to global workbook stuffJesse Luehrs2013-05-101-13/+13
|
* start parsing some workbook stuffJesse Luehrs2013-05-101-0/+46
|