Search found 12 matches
- Tue Sep 29, 2015 8:00 am
- Forum: XLSReadWritwII 6
- Topic: Preserve cell formating
- Replies: 4
- Views: 3995
Re: Preserve cell formating
Thanks!
- Fri Sep 25, 2015 7:52 am
- Forum: XLSReadWritwII 6
- Topic: Preserve cell formating
- Replies: 4
- Views: 3995
Re: Preserve cell formating
Hello, Thanks for answer, but maybe we did not understand. I have a cell with some formatting(color,font...) and a value ('XYZ'). How clear cell VALUE ('XYZ') without losing formatting? In previous version xlsrw 4 I use AsBlank:= true, cell is cleared and formatting preserved. In version xlsrw 5 is ...
- Wed Sep 23, 2015 9:55 am
- Forum: XLSReadWritwII 6
- Topic: Preserve cell formating
- Replies: 4
- Views: 3995
Preserve cell formating
Hello,
how to keep the cell format after calling Cell[x, y].AsBlank: = true; in current version XLSRW ?
In version XLSRW 4 remained formatting preserved.
Thank PMal
how to keep the cell format after calling Cell[x, y].AsBlank: = true; in current version XLSRW ?
In version XLSRW 4 remained formatting preserved.
Thank PMal
- Fri Mar 27, 2015 3:23 pm
- Forum: XLSReadWritwII 6
- Topic: Is possible hide worksheet ?
- Replies: 1
- Views: 2339
Re: Is possible hide worksheet ?
OK, now I look viewtopic.php?f=16&t=2206&p=5322&hilit= ... 9a8e#p5322
Visibility property is propably solution...
PMal
Visibility property is propably solution...
PMal
- Fri Mar 27, 2015 10:48 am
- Forum: XLSReadWritwII 6
- Topic: Is possible hide worksheet ?
- Replies: 1
- Views: 2339
Is possible hide worksheet ?
Hello,
I found viewtopic.php?f=16&t=2192&p=5263&hilit= ... 6d68#p5263
Is implemented? I cannot find Hidden property of TXLSWorksheet object.
Or is other way how hide worksheet?
Thanks PMal
I found viewtopic.php?f=16&t=2192&p=5263&hilit= ... 6d68#p5263
Is implemented? I cannot find Hidden property of TXLSWorksheet object.
Or is other way how hide worksheet?
Thanks PMal
- Thu Aug 01, 2013 11:53 am
- Forum: XLSReadWritwII 6
- Topic: v4 > v5 - DefaultSheetProtections and _Int_Records.PROTECT
- Replies: 1
- Views: 2184
v4 > v5 - DefaultSheetProtections and _Int_Records.PROTECT
Hello, I testing XLSRW v.5 in our application (before buying upgrade from v.4). Please help me. How rewrite this code in version 5 v4 - worked procedure RepairLockList; var K: Integer; begin with xlsReadWrite do for K:= 0 to Sheets.Count - 1 do Sheets[K].SheetProtection:= DefaultSheetProtections; en...
- Thu Jan 14, 2010 8:46 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Cannot open output file in Excel 2007!
- Replies: 0
- Views: 2808
Cannot open output file in Excel 2007!
Hello, I have a big problem with XLSReadWriteII. I have file Sample.xls. I run this simple procedure under Delphi 2010: Procedure Test; var XLS: TXLSReadWriteII4; path: string; begin XLS:= TXLSReadWriteII4.Create(nil); path:= ExtractFilePath(Application.ExeName); CopyFile(pchar(path + 'sample.xls'),...
- Sat Jan 02, 2010 11:46 am
- Forum: XLSReadWriteII 3/4/5
- Topic: IDE Error after upgrade from 4.00.25 to 4.00.27
- Replies: 4
- Views: 4945
Re: IDE Error after upgrade from 4.00.25 to 4.00.27
Hi, > Where did you download the newer versions? On the XLSReadWriteII version history page the newest version mentioned is 4.00.26. from axolot.com/components/f_downloadreg.htm . Sometimes I testing if new version is available... > P.S. It seems that Larsa takes long holidays as usual! Grrrrrrrrrrr...
- Sat Dec 19, 2009 9:13 am
- Forum: XLSReadWriteII 3/4/5
- Topic: IDE Error after upgrade from 4.00.25 to 4.00.27
- Replies: 4
- Views: 4945
Re: IDE Error after upgrade from 4.00.25 to 4.00.27
Version 4.00.29 have the same bug.
PMal
PMal
- Thu Dec 17, 2009 4:05 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: XLSRW incorrectly set sheet as "Protected"
- Replies: 0
- Views: 2990
XLSRW incorrectly set sheet as "Protected"
Steps to reproduce: 1) create new empty test.xls file in Excel 2) set Sheet1 as Protected with password 3) set Sheet1 as NON Protected 4) save test.xls and close Excel 5) read test.xls with XLSW.Read; 6) write test.xls with XLSRW.Write; 7) open test.xls in Excel. Sheet1 stay incorrectly set as Prote...
- Sat Dec 05, 2009 7:53 am
- Forum: XLSReadWriteII 3/4/5
- Topic: IDE Error after upgrade from 4.00.25 to 4.00.27
- Replies: 4
- Views: 4945
Re: IDE Error after upgrade from 4.00.25 to 4.00.27
Version 4.00.28 have the same bug.
PMal
PMal
- Wed Dec 02, 2009 9:43 am
- Forum: XLSReadWriteII 3/4/5
- Topic: IDE Error after upgrade from 4.00.25 to 4.00.27
- Replies: 4
- Views: 4945
IDE Error after upgrade from 4.00.25 to 4.00.27
Hi,
after upgrade XLSRW from 4.00.25 to 4.00.26/27 in D2009/D2010 IDE raise exception "Error reading form: TSheet.MergedCells". This property in version 4.00.26/27 is invalid for property editor.
What is wrong?
Thanks, PMal
after upgrade XLSRW from 4.00.25 to 4.00.26/27 in D2009/D2010 IDE raise exception "Error reading form: TSheet.MergedCells". This property in version 4.00.26/27 is invalid for property editor.
What is wrong?
Thanks, PMal