Search found 3 matches

by krilbe
Tue Mar 04, 2008 8:15 am
Forum: XLSReadWriteII 3/4/5
Topic: Bug with conditional formatting when inserting/deleting rows
Replies: 2
Views: 2715

As soon as I find time, I'll try to narrow it down to a simple test case. I've seen problems in various situations when inserting/deleting rows - that formatting is lost, moved or otherwise destroyed or mangled.

Maybe this part of XLSReadWriteII needs a major overhaul?

Kjell
by krilbe
Wed Feb 27, 2008 8:17 am
Forum: XLSReadWriteII 3/4/5
Topic: Bug in TEncodeFormula.ValueError for ERR_EMPTY_FORMULA
Replies: 1
Views: 2113

Bug in TEncodeFormula.ValueError for ERR_EMPTY_FORMULA

Version 3.01.05. In TEncodeFormula.ValueError, for ERR_EMPTY_FORMULA, the FTokenizer still holds the last formula encoded. The current, empty one, hasn't reached the tokenizer yet. Consequently, the following line will produce a misleading error message: ErrStr := Format('Error in formula %s' + #13,...
by krilbe
Mon Feb 25, 2008 2:43 pm
Forum: XLSReadWriteII 3/4/5
Topic: Bug with conditional formatting when inserting/deleting rows
Replies: 2
Views: 2715

Bug with conditional formatting when inserting/deleting rows

Hi, Not thoroughly tested yet, but it seems that there's a problem when inserting/deleting a row above a row with conditional formatting or deleting a row that contains conditional formatting. Version: 3.01.05. Rough steps (untested): 1. Sheet with conditional formatting in one cell, formula based c...