Added filehandles to be parseable
[p5sagit/Excel-Template.git] / Changes
CommitLineData
37513eae 1Revision history for Perl distribution Excel::Template
2
a084e413 30.22 Thu Feb 25 15:00:00 2005
4 - new() now accepts either FILE or FILENAME
5 - parse() now accepts a filehandle or a filename
6
9d172425 70.21 Wed Feb 24 14:00:00 2005
8 - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
9 - Added code to Makefile.PL to skip .swp files in the Makefile
10 - Added RENDERER option to new()
11 - Deprecated BIG_FILE
12 - Added pod.t and pod_coverage.t
c11fa570 13 - Tests now run under 5.005_02 without warnings
9d172425 14
150.20 Wed Jan 26 12:00:00 2005
8c63e224 16 - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
17 - Added a "type" attribute to CELL to allow printing by the write_*() family
18
8ca5e726 190.19 Wed Dec 08 12:00:00 2004
20 - Fixed META.yml
21 - Added more values to the MANIFEST.SKIP
22 - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
23 - Improved POD
24
dee1f239 250.18 Fri Nov 12 14:45:00 2004
26 - Removed 'use warnings' from all tests
27 - All warnings are suppressed unless $^W is true
28 - Added 'height' value for ROW
29 - Added 'width' value for CELL
30 - Fixed PM_FILTER to work on Redhat
31
320.17 Sat Nov 06 23:30:00 2004
dba6a68e 33 - Added worksheet protection
34 - Fixed several bugs found by adding more tests
35 - SCOPE node actually works
36 - CONDITIONAL / IF now handles string values correctly
37
380.16 Fri Nov 05 13:30:00 2004
b6bc5a5d 39 - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
40 - This means that the Unicode handling is cleaner from a source
41 perspective
42 - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
43 - Finally have a semi-real testing suite!
44 - Added minimal Spreadsheet::WriteExcel mockobject
45 - Fixed several bugs in formats found by building tests
46 - HIDDEN node now actually works
47 - LOCKED node now actually works
48
37513eae 490.15 Thu Nov 04 16:15:00 2004
b6bc5a5d 50 - Fixed bugs that were:
51 - preventing a worksheet from using a variable name in a loop
52 - allowing two worksheets to have the same name
53 - preventing a worksheet from being called '0' or '0.0'
54 - Added back-references. This allows for one cell to refer to another
55 cell in an Excel-aware way, especially in formulas.
56 - Added the following nodes:
57 - BACKREF
58 - RANGE
37513eae 59
600.14 Thu Nov 04 13:30:00 2004
b6bc5a5d 61 - Added new format support for (nearly) all formats supported by
62 Spreadsheet::WriteExcel
63 - Fixed email address everywhere
35ea9bbd 64
650.13 Thu Oct 29 07:30:00 2004
b6bc5a5d 66 - Fixed email address and added GoogleGroup
35ea9bbd 67
d0eafc11 680.12 Thu Apr 08 07:30:00 2004
b6bc5a5d 69 - Fixed bug regarding empty arrays as loop variables
d0eafc11 70
710.11 Wed Mar 17 16:00:00 2004
b6bc5a5d 72 - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
d0eafc11 73
740.10 Wed Mar 17 16:00:00 2004
b6bc5a5d 75 - Parameters are now case-insensitive
d0eafc11 76
770.09 Mon Feb 02 16:00:00 2004
b6bc5a5d 78 - Fixed bug with multiple worksheets
d0eafc11 79
800.08 Fri Jan 30 14:00:00 2004
b6bc5a5d 81 - Added Base to the params for XML::Parser to allow for entity includes
d0eafc11 82
830.07 Fri Jan 23 08:30:00 2004
b6bc5a5d 84 - Fixed the MANIFEST to account for missing files
d0eafc11 85
860.06 Mon Jan 20 11:00:00 2004
b6bc5a5d 87 - Added formulas (no back-references yet)
88 - Improved POD a little
d0eafc11 89
900.05 Wed Jan 16 12:30:00 2004
b6bc5a5d 91 - Fixed a bug in formats
d0eafc11 92
930.04 Wed Jan 16 12:00:00 2004
b6bc5a5d 94 - Added BIG_FILES as an option, which will use
95 Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
96 - Changed the output() method to use a tied IO::Scalar (which is
97 now a requirement.
98 - Firmed up the infrastructure in Excel::Template::Format
99 - Added the following tags
100 - FORMAT
101 - HIDDEN
102 - LOCKED
103 - OUTLINE
104 - SHADOW
105 - STRIKEOUT
d0eafc11 106
1070.03 Wed Dec 03 20:30:00 2003
b6bc5a5d 108 - Added XML::Parser as a required pre-requisite module
109 - Added Italic format
110 - Removed $VERSION from Excel::Template::Base (Unneeded)
111 - No documentation or testing changes
d0eafc11 112
1130.02 Sun Nov 30 17:00:00 2003
b6bc5a5d 114 - documentation improvements
115 - No actual functional changes
d0eafc11 116
1170.01 Tue Nov 18 14:23:42 2003
b6bc5a5d 118 - original version; created by ExtUtils::ModuleMaker 0.32