Introduction - If you have any usage issues, please Google them yourself
XLSReadWriteII 4.0
4.00.12
! Files Excel 2007 saved in Excel 97 format could result in error message when opened in Excel ( Some formats where deleted... ).
4.00.11
! Fixes a bug introduced in 4.00.10 that casued an exception when reading some files.
4.00.10
+ Multiple print areas can now be defined. In order to define more than one area, separate the areas with the
ListSeparator character.
Example:
with XLS.InternalNames.Add do begin
BuiltInName := bnPrintArea
Definition := Sheet1!$A$1:$D$10 + ListSeparator + Sheet1!$A$12:$D$20
end
! Some files with metafile pictures where not correct written.
! Combo boxes didn t work.