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