summaryrefslogtreecommitdiffstats
path: root/Changes
blob: ee40a0206276a5f986cafa6bcb8f5a7d7f4f8885 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Revision history for Spreadsheet-ParseXLSX

{{$NEXT}}
      - fix string lookups when the workbook contains cells with complicated
        formatting (Drokaten, #6)
      - fix warnings during parsing when using -w

0.07  2013-09-05
      - support boolean and string format cells (Drokaten, #6)
      - provide a working minimum version for Spreadsheet::ParseExcel (rjbs)

0.06  2013-08-29
      - fix conversion between cell and column index for large column indices

0.05  2013-07-31
      - more fixes for xlsx format variations (mikaelg79, #5)

0.04  2013-07-31
      - fix spreadsheets that only have a single cell (servuscmj, #2)
      - fixes for some variations in how xlsx files are generated (tophopstop,
        #3)
      - fix spreadsheets with more than 26 columns (tophopstop, #4)

0.03  2013-07-26
      - fix exception when the 'selection' node doesn't exist (reported by
        melick, #1)

0.02  2013-07-17
      - fix bugtracker link

0.01  2013-07-16
      - Initial release