﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1214	xls::ReadSeriesByCol fails when the date is with date format	Jorge	Jorge	"The ex1.xls attached  could not be read using ReadSeriesByCol.
While the ex1.1.xls attached can be read.

The difference is that ex1.xls has the dates in text format while ex1.1.xls has the dates with date format.

{{{
#Require TolExcel;

TolExcel::@WorkBook xls = TolExcel::@WorkBook::Open(""/tmp/ex1.xls"");
Real xls::ActivateWS(1);
Set xls::ReadSeriesByCol( 1, 1, 12, 2, W, ""%d-%m-%Y"" );
}}}"	enhancement	accepted	normal	Mantainance	Excel API	2.0.1	normal			
