Search found 1570 matches

by larsa
Tue Jul 04, 2006 7:34 am
Forum: XLSReadWriteII 3/4/5
Topic: XLS in BDS2006 C++
Replies: 1
Views: 2582

Hello

With verions 3.0 of the component, install the BDS file under Components->Install package


Lars Arvidsson
by larsa
Tue Jul 04, 2006 7:32 am
Forum: XLSReadWriteII 3/4/5
Topic: StartingPage
Replies: 3
Views: 3282

Hello

How do you set staring page in Excel?


Lars Arvidsson
by larsa
Tue Jul 04, 2006 7:31 am
Forum: XLSReadWriteII 3/4/5
Topic: Background colors in HTML files
Replies: 1
Views: 3085

Hello

This will be fixed in the next update.


Lars Arvidsson
by larsa
Tue Jul 04, 2006 7:29 am
Forum: XLSReadWriteII 3/4/5
Topic: Error in formula - critical
Replies: 1
Views: 2684

Hello

This will be fixed in the next update.


Lars Arvidsson
by larsa
Wed Jun 21, 2006 8:49 am
Forum: XLSReadWriteII 3/4/5
Topic: Printsettings FitWidth and FitHeight
Replies: 3
Views: 4128

Hello

Sorry, yes. In order to activate this, TSheet.WorkspaceOptions must have the value woFitToPage.
Example:

Code: Select all

XLS.Sheet[0].PrintSettings.FitWidth := 3;
XLS.Sheet[0].WorkspaceOptions := XLS.Sheet[0].WorkspaceOptions + [woFitToPage];
Lars Arvidsson
by larsa
Mon Jun 19, 2006 5:25 pm
Forum: XLSReadWriteII version history
Topic: 3.00.00
Replies: 0
Views: 3398

3.00.00

+ 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 AutoRowsHe...
by larsa
Fri Feb 17, 2006 9:34 am
Forum: XLSReadWriteII version history
Topic: 2.02.35
Replies: 0
Views: 3487

2.02.35

! Time cells formatted with milliseconds where not handled correct. ! Deleted internal names (#REF!A1) caused an exception. ! TInternalName.Definition is changed from string to WideString. This fixes some problems with unicode sheet names in formulas. ! When calculating, functions with empty argumet...
by larsa
Wed Jan 11, 2006 11:52 am
Forum: XLSReadWriteII version history
Topic: 2.02.34
Replies: 0
Views: 3041

2.02.34

+ New property XLS.Workbook.Date1904. This property is True if the 1904 date system is used.
! Some files with metafile (EMF) pictures could cause an exception.
! Some rare encrypted files could nopt be decrypted.
by larsa
Tue Nov 29, 2005 5:10 pm
Forum: XLSReadWriteII version history
Topic: 2.02.33
Replies: 0
Views: 3101

2.02.33

+ The speed when adding internal names has improved. Both when adding names in the component, and when the file later is opened with excel. When adding many names, put the code that adds name between calls to BeginUpdate and EndUpdate. Example: InternalNames.BeginUpdate; for i:= 1 to 10000 do begin ...
by larsa
Tue Nov 29, 2005 5:09 pm
Forum: XLSReadWriteII version history
Topic: 2.02.32
Replies: 0
Views: 2587

2.02.32

! Array entered formulas could not be read from a cell.
by larsa
Thu Nov 10, 2005 5:39 pm
Forum: XLSReadWriteII version history
Topic: 2.02.31
Replies: 0
Views: 2720

2.02.31

! SheetByName did not work correctly with Delphi 5.
! Contols with macros, such as buttons, didn't work correctly after an internal name was deleted.
! XLS.Sheets[x].Charts[x].Series[x].SerieName sometimes retuned wrong value.
by larsa
Wed Oct 26, 2005 11:51 am
Forum: XLSReadWriteII version history
Topic: 2.02.30
Replies: 0
Views: 2603

2.02.30

+ New property XLSReadWriteII.Sheets[x].IsDateTime This property returns True if the cell is formattet as a date or time value.
! Some formulas could cause an exception (bug introduced in 2.02.29).
by larsa
Wed Oct 19, 2005 12:47 pm
Forum: XLSReadWriteII version history
Topic: 2.02.29
Replies: 0
Views: 2598

2.02.29

! Writing files with array formulas could result in corrupt files.
by larsa
Wed Oct 12, 2005 3:43 pm
Forum: XLSReadWriteII version history
Topic: 2.02.28
Replies: 0
Views: 2647

2.02.28

! When the localized time format was AM/PM, the AsDateTime property set wrong cell format.
by larsa
Wed Oct 12, 2005 3:42 pm
Forum: XLSReadWriteII version history
Topic: 2.02.27
Replies: 0
Views: 2665

2.02.27

! Some files with pictures could cause an exception.