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
comment:2 Changed 14 years ago by
Status: | new → accepted |
---|
- 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:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
TolExcel::@WorkBook wb0 = TolExcel::@WorkBook::New( "sample_0.xls", SheetNames );
Note: See
TracTickets for help on using
tickets.
(In [3270]) refs #854, tests for creating and writing excel files