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 13 years ago

Last modified 13 years ago

#1297 accepted defect

Tab navigation in TolExcel

Reported by: Jorge Owned by: Jorge
Priority: normal Milestone: Mantainance
Component: Excel API Version: head
Severity: normal Keywords: TolExcel
Cc:

Description

There is no way to query the tabs within an excel file. It is requested the implementation of the following methods:

  • GetNumberOfSheets: returns the number of sheets
  • GetSheetNames: returns a Set with the names of the sheets

Change History (7)

comment:1 Changed 13 years ago by Pedro Gea

Considérense también otros métodos como:

  • Añadir una hoja nueva. Delante o detrás de una dada o por defecto al final.
  • Eliminar una hoja.
  • Crear un nuevo libro con un número de hojas determinado.

comment:2 Changed 13 years ago by Jorge

(In [3770]) refs #1297, test code (now failing!)

comment:3 Changed 13 years ago by Jorge

(In [3771]) refs #1297, looking for a strange book!

comment:4 in reply to:  3 Changed 13 years ago by Jorge

Status: newaccepted

it should say bug not book

Replying to josp:

(In [3771]) refs #1297, looking for a strange book!

comment:5 Changed 13 years ago by Jorge

(In [4060]) refs #1297, se completa el test de navegación de hojas, subimos el número de versión

comment:6 Changed 13 years ago by Jorge

(In [4603]) refs #1297, remove worksheet

refs #1214, improved Date format detection when reading Serie

comment:7 Changed 13 years ago by Víctor de Buen Remiro

(In [4606]) refs #1297, refs #1214

Note: See TracTickets for help on using tickets.