3.00.00

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

3.00.00

Post by larsa »

+ New printer options, FitWidth and FitHeight.
+ Margins can be set on Text Boxes.
+ LineColor and FillColor properties for notes and text boxes.
+ Rotation property for drawing objects.
+ Copy print settings between sheets.
+ Check Boxes and Radio Buttons can be used.
+ AutoRowHeight and AutoRowsHeight
+ AutoSizeCell for single cells.
+ Import and Export of CSV files.
+ New property AsHyperlink
+ Format areas (Range property)
+ XLS.Abort method for abort file reading. Useful if a password not is know, as calling Abort not will generate an exception.
+ Master-detail in db-import. Formatting.
+ Encrypted files can be created.
+ Import of Open Office Calc files (This requires an unzip component, such as the free Abbrevia).
+ Read and write macros.
+ Autofilter.
+ Files can now be marked as recomend read only. Property XLS.RecomendReadOnly.
+ Same set of samples for C++ Builder as for Delphi.
+ Improved documentation.
! Result of array formulas could not be read correct.
! Built in names bnPrintTitles and bnPrintArea could not be used both at the same time.
! Creating frozen panes didn't work.
! Files with cell validations could result in corrupt files when sheets where copied.
! Problems when using files with Word Mail Merge.
! Some expressions where not calculated correct.
! When calculating, there was an exception on some functions that had a reference as argument.
! Cells formatted with national currency symbols did not show the currency symbol.
! Problems with OnProgress
! Excel 4 files with notes could not be read.
! Notes and other drawing objects could not be deleted.
Post Reply