﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1271	TolExcel segfault	Jorge	Jorge	"#Require TolExcel;
The following code generate a 'Segmentation fault' on linux:

{{{
#!java
NameBlock test = TolExcel::@WorkBook::Open( ""test01.xls"" );

Real test::ActivateWS(1);

Real test::WriteRange( 2, 2, [[ [[ ""Hola"", ""que tal?"" ]],
                                [[ 1,      y2011 ]] ]] );

Real test::Save(?);
Real test::Close(?);
}}}"	defect	assigned	high	Mantainance	Excel API	2.0.1	critical			
