Opened 15 years ago
Last modified 15 years ago
#1145 new defect
ToLExcel crash reading after writing in windows
| Reported by: | Víctor de Buen Remiro | Owned by: | Jorge |
|---|---|---|---|
| Priority: | highest | Milestone: | TOL Packages |
| Component: | Excel API | Version: | head |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
In TolExcel/test/test_0002/check.tol there is a code that causes TOL crash.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
| Summary: | ToLExcel crash reading after reading → ToLExcel crash reading after writing in windows |
|---|
Note: See
TracTickets for help on using
tickets.

The code:
TolExcel::@WorkBook xls.2 = TolExcel::@WorkBook::New("data.2.xls"); Real xls.2::WriteSeries(1,1,series.1,"%Y-%m-%d"); Real xls.2::Save(?); Real xls.2::Close(?);is not creating any data.