Questions and answers on how to use XLSReadWriteII 3/4/5.
-
DaiKirai
- Posts: 6
- Joined: Fri Jul 20, 2007 6:12 pm
Post
by DaiKirai »
File opens in Excel 2003 but not 2007. I remove notes from cells and it opens fine. Please advise.
Code snippet...
with xls.Sheets[fSheetCount-1].DrawingObjects.Notes.Add do begin
CellCol := aCol;
CellRow := aRow;
Text := aNote;
end;
Thanks,
-jh
-
larsa
- Site Admin
- Posts: 926
- Joined: Mon Jun 27, 2005 9:30 pm
Post
by larsa »
Hello
We are aware of this. It will be fixed in the next update.
Lars Arvidsson
-
FrankieG
- Posts: 1
- Joined: Mon Sep 17, 2007 9:26 am
Post
by FrankieG »
Is this issue ongoing in all versions of XLSReadWrite?
-
DaiKirai
- Posts: 6
- Joined: Fri Jul 20, 2007 6:12 pm
Post
by DaiKirai »
I am now also finding this happening in Excel 2003 SP3 (version 11, build 8169)
Can u tell me if there is a date for when an update to fix this can be expected?
Thx
-
DaiKirai
- Posts: 6
- Joined: Fri Jul 20, 2007 6:12 pm
Post
by DaiKirai »
Hey Lars,
Just downloaded the latest. Notes look good.
Thanks