5.20.07

Latest version news and what is changed.
Post Reply
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

5.20.07

Post by larsa »

+ 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.
Lars Arvidsson, Axolot Data
Post Reply