summaryrefslogtreecommitdiff
path: root/lib/Spreadsheet/XLSX/Utility2007.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Spreadsheet/XLSX/Utility2007.pm')
-rw-r--r--lib/Spreadsheet/XLSX/Utility2007.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Spreadsheet/XLSX/Utility2007.pm b/lib/Spreadsheet/XLSX/Utility2007.pm
index bd9053f..1b1ed43 100644
--- a/lib/Spreadsheet/XLSX/Utility2007.pm
+++ b/lib/Spreadsheet/XLSX/Utility2007.pm
@@ -13,7 +13,7 @@ require Exporter;
use vars qw(@ISA @EXPORT_OK);
@ISA = qw(Exporter);
@EXPORT_OK = qw(ExcelFmt LocaltimeExcel ExcelLocaltime col2int int2col sheetRef xls2csv);
-our $VERSION = '0.17';
+our $VERSION = '0.18';
my $sNUMEXP = '(^[+-]?\d+(\.\d+)?$)|(^[+-]?\d+\.?(\d*)[eE][+-](\d+))$';