Opened 14 years ago
Closed 14 years ago
#1128 closed defect (fixed)
tol crash when excel handler is invalid
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | Excel API | Version: | 2.0.1 |
Severity: | critical | Keywords: | |
Cc: |
Description
If you try to use and invalid excel handler, for instance one that has being closed, then tol crash.
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → accepted |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
(In [3330]) By default the first sheet is active.
Excel.Destroy is renamed to Excel.Close
refs #884
- 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.
fixes #1128
It is implemented a container keeping the handlers opened.
comment:4 Changed 14 years ago by
comment:5 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
TOL se cae cuando abre una hoja que no existe porque el puntero m_ptrCellFmt no se inicializa en el cosntructor de TolExcel::TolExcel( char *path )
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [3329]) refs #1128, test for invalid access