close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 14 years ago

Last modified 14 years ago

#1124 new defect

"Excel.ReadSeries" is not working well in some special cases

Reported by: Daniel Eduardo Castro Morell Owned by: Jorge
Priority: low Milestone: Mantainance
Component: Excel API Version: 2.0.1
Severity: normal Keywords:
Cc:

Description

La función Excel.ReadSeries no lee correctamente los datos cuando el rango contiene un 0 en el número de la columna.

Por ejemplo:
...
Set series1 = Excel.ReadSeries( handle, "J5", "K109", Diario );
...
devuelve [theBegin,theEnd] con valores 0.

Change History (1)

comment:1 Changed 14 years ago by Jorge

Puedes probar qué sucede al leer solo una celda? algo como:

Real Excel.ReadReal( handle, "A101" );
Note: See TracTickets for help on using tickets.