In the object TXLSRows is present:
function AddIfNone(Row: integer): TXLSRow;
but this procedure does not work correctly.
If in the same loop i call AddIfNone (starting with empty rows) more
of 1 time I have an access violation.
With version 3 the function works correctly.