Search found 1570 matches

by larsa
Thu Nov 04, 2004 6:03 pm
Forum: XLSReadWriteII version history
Topic: 2.00.24
Replies: 0
Views: 2317

2.00.24

! Linefeed didn't work in rich text cells.
! Adding cell notes could cause corrupt files.
by larsa
Thu Nov 04, 2004 6:02 pm
Forum: XLSReadWriteII version history
Topic: 2.00.23
Replies: 0
Views: 2145

2.00.23

! Creating a named area that was a single cell could give an error.
by larsa
Wed Nov 03, 2004 10:16 am
Forum: XLSReadWriteII version history
Topic: 2.00.22
Replies: 0
Views: 2411

2.00.22

+ Circular calculations of cells will now cause an exception, instead of a stack fault. + New property, XLS.Sheets[0].Selection that let you control which cells that are selected when the workbook is opened. + New property XLS.Sheets[0].NameAsCell['MyCell'] that will return the TCell of a named cell...
by larsa
Wed Oct 27, 2004 9:20 am
Forum: XLSReadWriteII version history
Topic: 2.00.21
Replies: 0
Views: 2384

2.00.21

! Error when moving merged cells. Last merged cells where not moved correct.
! BuiltInName bnPrintTitles only accepted semicolon as list separator.
! Various errors when calculating formulas.
! AutoWidthCol could set the column width wrong if the widht where less than
the default.
by larsa
Tue Oct 26, 2004 3:20 pm
Forum: XLSReadWriteII version history
Topic: 2.00.20
Replies: 0
Views: 2378

2.00.20

+ New method XLSReadWriteII.Sheets[x].Columns.AddIfNone(Col,Count);
Use this method to ensure that there is a column object before accessing it.
! Some encrypted files caused an exception.
! The problem with adding large ammounts of strings is fixed again.
by larsa
Wed Oct 20, 2004 6:09 am
Forum: XLSReadWriteII version history
Topic: 2.00.19
Replies: 0
Views: 2531

2.00.19

! Creating files with more than 100,000 strings could result in corrupt files. ! Built in name bnPrintTitles can now be set to both rows and columns. Do so by separating the areas with the ListSeparator global variable. Example: Sheet1!$A$1:$H$65536,Sheet1!$A$1:$IV$3 This will set bnPrintTitles to c...
by larsa
Mon Oct 18, 2004 9:45 pm
Forum: XLSReadWriteII version history
Topic: 2.00.18
Replies: 0
Views: 2380

2.00.18

! Problem with function result that gave #VALUE error in cells shall now be solved.
! Functions with functions as argument where not handled correctly.
! ROUND worksheet function gave wrong result when calculated.
! The XLSReadWriteII.Font property could not be edited in the Object Inspector.
by larsa
Fri Oct 15, 2004 10:46 am
Forum: XLSReadWriteII version history
Topic: 2.00.17
Replies: 0
Views: 2332

2.00.17

! Unicode strings in sheet names got the last character wrong.
by larsa
Fri Oct 15, 2004 9:55 am
Forum: XLSReadWriteII version history
Topic: 2.00.16
Replies: 0
Views: 2502

2.00.16

! Fixed problem when inserting rows/columns on empty sheets.
! Calculation on non-numeric cells now works. These cells returns zero.
by larsa
Tue Oct 05, 2004 9:34 pm
Forum: XLSReadWriteII version history
Topic: 2.00.14
Replies: 0
Views: 2526

2.00.14

First official release.