Boki,
I've found a bug while trying to export NextSheet into XLS file. Here is my simple code:
begin
NextSheet1.ColCount := 5;
NextSheet1.RowCount := 10;
nextsheet1.Cell[1,1].Value := 'aaaa';
nextsheet1.SaveToXLSFile('h:\test.xls');
end;
The 'aaaa' string is visible OK in the component, however the SabeToXLSFile method creates empty file - I mean: proper XLS file but without any data inside. I'm using NextSuite v5.9.70
Cezar



Find content
Male
