Jump to content


cezar

Member Since 26 Oct 2010
Offline Last Active Jul 07 2016 08:47 AM
-----

Topics I've Started

Bug in SaveToXLSFile

26 June 2016 - 12:28 AM

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

 


NextSheet for NextGrid6?

26 June 2016 - 12:19 AM

Hello,

 

Is there NextSheet component available in NextGrid6 suite?

 

Cezar