Fixed RT #65764 - enable cell-comments
[p5sagit/Excel-Template.git] / Changes
CommitLineData
37513eae 1Revision history for Perl distribution Excel::Template
2
05038395 30.32 Mon Jul 5 18:58:05 CEST 2010
4 Official release for development release 0.31_1
5
87b1b243 60.31_1 Mon Jun 28 16:51:44 CEST 2010
0ba8883c 7 - Add autofilter to worksheet
b572596e 8 - Swichting to Module::Install
9
bf9809e5 100.31 Mo Dec 17 13:41:00 2007
11 - Add hide_gridlines to worksheet
12
1e753f77 130.30 Sa Dec 01 00:00:00 2007
14 - Add write_date_time to write a datetime-value into a cell
15
ddb9abcf 160.29 Mon Oct 08 12:00:00 2007
17 - Added merge_range as written by Stevan Little
18
82112547 190.28 Fri Jul 31 22:00:00 2005
20 - Added landscape and portrait orientations for worksheets
21
1aa9e458 220.27 Tue Jul 25 10:00:00 2006
23 - Fixed how widths are whitelisted to allow '.' for fractions
24
250.26 Fri Jun 02 15:30:00 2006
d5382a2d 26 - Fixed how widths are whitelisted to allow '.' for fractions
cf663350 27 - Fixed how certain formats are copied
28 - Added <image>
29 - Added <freezepanes>
d5382a2d 30
64f0fd9a 310.25 Thu May 26 11:00:00 2005
32 - Changed how the template file is opened to use 3-arg open() if available
33
9ee3aea0 340.24 Thu Mar 10 11:00:00 2005
8fd01531 35 - Implemented the KEEP_LEADING_ZEROS node
36 - This wraps the keep_leading_zeros() worksheet method
d01e4722 37 - Improved code coverage with more and better tests
9ee3aea0 38 - Am now above 90% coverage.
39 - Fixed bug involving relative values.
40 - Fixed bug involving formats when multiple Excel-Template objects ran in
41 the same process.
8fd01531 42 - Improved POD linking
43 - Every module/node reference in POD should link to the appropriate POD
d01e4722 44
e976988f 450.23 Fri Feb 25 15:00:00 2005
46 - Improved code coverage with more and better tests
47 - Fixed POD bug with Devel::Cover results
48 - Fixed bugs found in Factory::register while writing tests
49 - Base class wasn't loaded when class was registered.
50 - If registered class didn't exist, wouldn't die until parse()
51
520.22 Thu Feb 24 15:00:00 2005
a084e413 53 - new() now accepts either FILE or FILENAME
54 - parse() now accepts a filehandle or a filename
55
e976988f 560.21 Thu Feb 24 12:00:00 2005
9d172425 57 - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
58 - Added code to Makefile.PL to skip .swp files in the Makefile
59 - Added RENDERER option to new()
60 - Deprecated BIG_FILE
61 - Added pod.t and pod_coverage.t
c11fa570 62 - Tests now run under 5.005_02 without warnings
9d172425 63
640.20 Wed Jan 26 12:00:00 2005
8c63e224 65 - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
66 - Added a "type" attribute to CELL to allow printing by the write_*() family
67
8ca5e726 680.19 Wed Dec 08 12:00:00 2004
69 - Fixed META.yml
70 - Added more values to the MANIFEST.SKIP
71 - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
72 - Improved POD
73
dee1f239 740.18 Fri Nov 12 14:45:00 2004
75 - Removed 'use warnings' from all tests
76 - All warnings are suppressed unless $^W is true
77 - Added 'height' value for ROW
78 - Added 'width' value for CELL
79 - Fixed PM_FILTER to work on Redhat
80
810.17 Sat Nov 06 23:30:00 2004
dba6a68e 82 - Added worksheet protection
83 - Fixed several bugs found by adding more tests
84 - SCOPE node actually works
85 - CONDITIONAL / IF now handles string values correctly
86
870.16 Fri Nov 05 13:30:00 2004
b6bc5a5d 88 - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
89 - This means that the Unicode handling is cleaner from a source
90 perspective
91 - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
92 - Finally have a semi-real testing suite!
93 - Added minimal Spreadsheet::WriteExcel mockobject
94 - Fixed several bugs in formats found by building tests
95 - HIDDEN node now actually works
96 - LOCKED node now actually works
97
37513eae 980.15 Thu Nov 04 16:15:00 2004
b6bc5a5d 99 - Fixed bugs that were:
100 - preventing a worksheet from using a variable name in a loop
101 - allowing two worksheets to have the same name
102 - preventing a worksheet from being called '0' or '0.0'
103 - Added back-references. This allows for one cell to refer to another
104 cell in an Excel-aware way, especially in formulas.
105 - Added the following nodes:
106 - BACKREF
107 - RANGE
37513eae 108
1090.14 Thu Nov 04 13:30:00 2004
b6bc5a5d 110 - Added new format support for (nearly) all formats supported by
111 Spreadsheet::WriteExcel
112 - Fixed email address everywhere
35ea9bbd 113
1140.13 Thu Oct 29 07:30:00 2004
b6bc5a5d 115 - Fixed email address and added GoogleGroup
35ea9bbd 116
d0eafc11 1170.12 Thu Apr 08 07:30:00 2004
b6bc5a5d 118 - Fixed bug regarding empty arrays as loop variables
d0eafc11 119
1200.11 Wed Mar 17 16:00:00 2004
b6bc5a5d 121 - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
d0eafc11 122
1230.10 Wed Mar 17 16:00:00 2004
b6bc5a5d 124 - Parameters are now case-insensitive
d0eafc11 125
1260.09 Mon Feb 02 16:00:00 2004
b6bc5a5d 127 - Fixed bug with multiple worksheets
d0eafc11 128
1290.08 Fri Jan 30 14:00:00 2004
b6bc5a5d 130 - Added Base to the params for XML::Parser to allow for entity includes
d0eafc11 131
1320.07 Fri Jan 23 08:30:00 2004
b6bc5a5d 133 - Fixed the MANIFEST to account for missing files
d0eafc11 134
1350.06 Mon Jan 20 11:00:00 2004
b6bc5a5d 136 - Added formulas (no back-references yet)
137 - Improved POD a little
d0eafc11 138
1390.05 Wed Jan 16 12:30:00 2004
b6bc5a5d 140 - Fixed a bug in formats
d0eafc11 141
1420.04 Wed Jan 16 12:00:00 2004
b6bc5a5d 143 - Added BIG_FILES as an option, which will use
144 Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
145 - Changed the output() method to use a tied IO::Scalar (which is
146 now a requirement.
147 - Firmed up the infrastructure in Excel::Template::Format
148 - Added the following tags
149 - FORMAT
150 - HIDDEN
151 - LOCKED
152 - OUTLINE
153 - SHADOW
154 - STRIKEOUT
d0eafc11 155
1560.03 Wed Dec 03 20:30:00 2003
b6bc5a5d 157 - Added XML::Parser as a required pre-requisite module
158 - Added Italic format
159 - Removed $VERSION from Excel::Template::Base (Unneeded)
160 - No documentation or testing changes
d0eafc11 161
1620.02 Sun Nov 30 17:00:00 2003
b6bc5a5d 163 - documentation improvements
164 - No actual functional changes
d0eafc11 165
1660.01 Tue Nov 18 14:23:42 2003
b6bc5a5d 167 - original version; created by ExtUtils::ModuleMaker 0.32