Opened 14 years ago
Last modified 12 years ago
#1270 new defect
TolExcel fail creating excel file
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | high | Milestone: | TOL Packages |
Component: | Excel API | Version: | 2.0.1 |
Severity: | critical | Keywords: | |
Cc: |
Description
The following code create an empty excel file:
#Require TolExcel; NameBlock test = TolExcel::@WorkBook::New( "test01.xls" ); Real test::ActivateWS(1); Real test::WriteRange( 2, 2, [[ [[ "Hola", "que tal?" ]], [[ 1, y2011 ]] ]] ); Real test::Save(?); Real test::Close(?);
Note: See
TracTickets for help on using
tickets.