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

Closed 13 years ago

#854 closed task (fixed)

Crear archivos Excel

Reported by: Jorge Owned by: Jorge
Priority: highest Milestone: Mantainance
Component: Excel API Version: 2.0.1
Severity: critical Keywords: Excel, Save
Cc:

Description

Se solicita la implementacion de funciones para crear y guardar archivos excel.

Change History (6)

comment:1 Changed 14 years ago by Jorge

(In [3270]) refs #854, tests for creating and writing excel files

comment:2 Changed 14 years ago by Jorge

Status: newaccepted
  • When Excel.Open is invoked for an empty name "" then a new excel workbook is created in memory.
  • Excel.Save save to a file the current changes.
  • Excel.SaveAs save to another file.
  • Excel.WriteCell write a tol object to an excel cell.

comment:3 Changed 14 years ago by Víctor de Buen Remiro

(In [3337]) Refs #854

comment:4 Changed 14 years ago by Jorge

(In [3340]) refs #854, writing Date objects

comment:5 Changed 14 years ago by Jorge

(In [3341]) refs #854, writing Date objects

comment:6 Changed 13 years ago by Jorge

Resolution: fixed
Status: acceptedclosed
TolExcel::@WorkBook wb0 = TolExcel::@WorkBook::New( "sample_0.xls", SheetNames );
Note: See TracTickets for help on using tickets.