+ XLS.CopySheet and XLS.CopyCells can now be used when copying from other instances of TXLSReadWriteII.
+ New methods for setting document properties:
FXSS.XLS.DocProps.Creator: AxUCString;
FXSS.XLS.DocProps.LastModifiedBy: AxUCString;
FXSS.XLS.DocProps.DateCreated: TDateTime;
FXSS.XLS.DocProps.DateModified: TDateTime;
FXSS.XLS.DocProps.AutoUpdate: boolean;
When AutoUpdate is True (default) the DateCreated property is set to the date the file is created
and DateModified is updated everytime when the file is saved.
! DirectWrite wrote the same cells to all sheets if any other than sheet #0 was selected.
! Columns and rows where not adjuste correct after insert/delete.
! Formatting is copied when columns and rows are inserted.