Add formatting tweak to ensure merged formats distinct. #68308
[p5sagit/Excel-Template.git] / Changes
CommitLineData
37513eae 1Revision history for Perl distribution Excel::Template
2
cbac675a 3 Merge range formatting tends to collide with non-merged formatting,
4 thanks to Nigel Metheringham.
07ab243f 5 Fixed some documentation errors, thanks to Robert James Clay.
614e6e6c 6 Made Spreadsheet::WriteExcel links in format docs more generic (Nigel Metheringham)
d523f4e4 7 Added missing cell comment documentation
8
bc42be6f 90.33 Sun Feb 20 20:07:43 CET 2011
10 Implemented the COMMENT argument
11
05038395 120.32 Mon Jul 5 18:58:05 CEST 2010
bc42be6f 13 Official release for development release 0.31_1
14
87b1b243 150.31_1 Mon Jun 28 16:51:44 CEST 2010
0ba8883c 16 - Add autofilter to worksheet
b572596e 17 - Swichting to Module::Install
18
bf9809e5 190.31 Mo Dec 17 13:41:00 2007
20 - Add hide_gridlines to worksheet
21
1e753f77 220.30 Sa Dec 01 00:00:00 2007
23 - Add write_date_time to write a datetime-value into a cell
24
ddb9abcf 250.29 Mon Oct 08 12:00:00 2007
26 - Added merge_range as written by Stevan Little
27
82112547 280.28 Fri Jul 31 22:00:00 2005
29 - Added landscape and portrait orientations for worksheets
30
1aa9e458 310.27 Tue Jul 25 10:00:00 2006
32 - Fixed how widths are whitelisted to allow '.' for fractions
33
340.26 Fri Jun 02 15:30:00 2006
d5382a2d 35 - Fixed how widths are whitelisted to allow '.' for fractions
cf663350 36 - Fixed how certain formats are copied
37 - Added <image>
38 - Added <freezepanes>
d5382a2d 39
64f0fd9a 400.25 Thu May 26 11:00:00 2005
41 - Changed how the template file is opened to use 3-arg open() if available
42
9ee3aea0 430.24 Thu Mar 10 11:00:00 2005
8fd01531 44 - Implemented the KEEP_LEADING_ZEROS node
45 - This wraps the keep_leading_zeros() worksheet method
d01e4722 46 - Improved code coverage with more and better tests
9ee3aea0 47 - Am now above 90% coverage.
48 - Fixed bug involving relative values.
49 - Fixed bug involving formats when multiple Excel-Template objects ran in
50 the same process.
8fd01531 51 - Improved POD linking
52 - Every module/node reference in POD should link to the appropriate POD
d01e4722 53
e976988f 540.23 Fri Feb 25 15:00:00 2005
55 - Improved code coverage with more and better tests
56 - Fixed POD bug with Devel::Cover results
57 - Fixed bugs found in Factory::register while writing tests
58 - Base class wasn't loaded when class was registered.
59 - If registered class didn't exist, wouldn't die until parse()
60
610.22 Thu Feb 24 15:00:00 2005
a084e413 62 - new() now accepts either FILE or FILENAME
63 - parse() now accepts a filehandle or a filename
64
e976988f 650.21 Thu Feb 24 12:00:00 2005
9d172425 66 - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
67 - Added code to Makefile.PL to skip .swp files in the Makefile
68 - Added RENDERER option to new()
69 - Deprecated BIG_FILE
70 - Added pod.t and pod_coverage.t
c11fa570 71 - Tests now run under 5.005_02 without warnings
9d172425 72
730.20 Wed Jan 26 12:00:00 2005
8c63e224 74 - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
75 - Added a "type" attribute to CELL to allow printing by the write_*() family
76
8ca5e726 770.19 Wed Dec 08 12:00:00 2004
78 - Fixed META.yml
79 - Added more values to the MANIFEST.SKIP
80 - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
81 - Improved POD
82
dee1f239 830.18 Fri Nov 12 14:45:00 2004
84 - Removed 'use warnings' from all tests
85 - All warnings are suppressed unless $^W is true
86 - Added 'height' value for ROW
87 - Added 'width' value for CELL
88 - Fixed PM_FILTER to work on Redhat
89
900.17 Sat Nov 06 23:30:00 2004
dba6a68e 91 - Added worksheet protection
92 - Fixed several bugs found by adding more tests
93 - SCOPE node actually works
94 - CONDITIONAL / IF now handles string values correctly
95
960.16 Fri Nov 05 13:30:00 2004
b6bc5a5d 97 - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
98 - This means that the Unicode handling is cleaner from a source
99 perspective
100 - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
101 - Finally have a semi-real testing suite!
102 - Added minimal Spreadsheet::WriteExcel mockobject
103 - Fixed several bugs in formats found by building tests
104 - HIDDEN node now actually works
105 - LOCKED node now actually works
106
37513eae 1070.15 Thu Nov 04 16:15:00 2004
b6bc5a5d 108 - Fixed bugs that were:
109 - preventing a worksheet from using a variable name in a loop
110 - allowing two worksheets to have the same name
111 - preventing a worksheet from being called '0' or '0.0'
112 - Added back-references. This allows for one cell to refer to another
113 cell in an Excel-aware way, especially in formulas.
114 - Added the following nodes:
115 - BACKREF
116 - RANGE
37513eae 117
1180.14 Thu Nov 04 13:30:00 2004
b6bc5a5d 119 - Added new format support for (nearly) all formats supported by
120 Spreadsheet::WriteExcel
121 - Fixed email address everywhere
35ea9bbd 122
1230.13 Thu Oct 29 07:30:00 2004
b6bc5a5d 124 - Fixed email address and added GoogleGroup
35ea9bbd 125
d0eafc11 1260.12 Thu Apr 08 07:30:00 2004
b6bc5a5d 127 - Fixed bug regarding empty arrays as loop variables
d0eafc11 128
1290.11 Wed Mar 17 16:00:00 2004
b6bc5a5d 130 - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
d0eafc11 131
1320.10 Wed Mar 17 16:00:00 2004
b6bc5a5d 133 - Parameters are now case-insensitive
d0eafc11 134
1350.09 Mon Feb 02 16:00:00 2004
b6bc5a5d 136 - Fixed bug with multiple worksheets
d0eafc11 137
1380.08 Fri Jan 30 14:00:00 2004
b6bc5a5d 139 - Added Base to the params for XML::Parser to allow for entity includes
d0eafc11 140
1410.07 Fri Jan 23 08:30:00 2004
b6bc5a5d 142 - Fixed the MANIFEST to account for missing files
d0eafc11 143
1440.06 Mon Jan 20 11:00:00 2004
b6bc5a5d 145 - Added formulas (no back-references yet)
146 - Improved POD a little
d0eafc11 147
1480.05 Wed Jan 16 12:30:00 2004
b6bc5a5d 149 - Fixed a bug in formats
d0eafc11 150
1510.04 Wed Jan 16 12:00:00 2004
b6bc5a5d 152 - Added BIG_FILES as an option, which will use
153 Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
154 - Changed the output() method to use a tied IO::Scalar (which is
155 now a requirement.
156 - Firmed up the infrastructure in Excel::Template::Format
157 - Added the following tags
158 - FORMAT
159 - HIDDEN
160 - LOCKED
161 - OUTLINE
162 - SHADOW
163 - STRIKEOUT
d0eafc11 164
1650.03 Wed Dec 03 20:30:00 2003
b6bc5a5d 166 - Added XML::Parser as a required pre-requisite module
167 - Added Italic format
168 - Removed $VERSION from Excel::Template::Base (Unneeded)
169 - No documentation or testing changes
d0eafc11 170
1710.02 Sun Nov 30 17:00:00 2003
b6bc5a5d 172 - documentation improvements
173 - No actual functional changes
d0eafc11 174
1750.01 Tue Nov 18 14:23:42 2003
b6bc5a5d 176 - original version; created by ExtUtils::ModuleMaker 0.32