﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1216	ActivateWS and ActivateNamedWS only activate the first sheet	Jorge	Jorge	"The excel attached is impossible to be read because the functions ActivateWS and ActivateNamedWS can only activate the first sheet. The following code opens the excel attached an activates the first sheet (""Resumen Tráfico"") but it returns an error when trying to activate another one.
However, the code using the old version of the functions, activates all the sheets of the excel book.

{{{
#!java
#Require TolExcel;
TolExcel::@WorkBook wb = TolExcel::@WorkBook::Open( ""c:/Temp/Capacidades_20100701.xls"" );
Real resSelHoj = wb::ActivateNamedWS(""Resumen Tráfico"");
wb::ActivateNamedWS(""Desarrollo"");
Real resSelHoj = wb::ActivateWS(1);
wb::ActivateWS(2);
Real wb::Close(?);
}}}"	defect	accepted	high	TOL Packages	Excel API	2.0.1	critical			jmdedios@…
