Hello
How can I set the height and width of the comment window?
XLS[0].Comments.Add(1, 4, '', 'Hello world');
Search found 22 matches
- Fri Aug 06, 2021 9:57 am
- Forum: XLSReadWritwII 6
- Topic: height and width of the comment window
- Replies: 0
- Views: 4812
- Wed May 26, 2021 1:38 pm
- Forum: XLSReadWritwII 6
- Topic: Font name of the Comment
- Replies: 2
- Views: 3123
Re: Font name of the Comment
Hello,
This matter is urgent to us waiting for your response as soon as possible thank you.
This matter is urgent to us waiting for your response as soon as possible thank you.
- Tue May 25, 2021 8:20 am
- Forum: XLSReadWritwII 6
- Topic: Font name of the Comment
- Replies: 2
- Views: 3123
Font name of the Comment
Hello
How can I change the font name of the comment?
XLSReadWriteII6[0].Comments.Add(1, 1, '', 'text')
How can I change the font name of the comment?
XLSReadWriteII6[0].Comments.Add(1, 1, '', 'text')
- Tue Mar 10, 2020 7:19 am
- Forum: XLSReadWritwII 6
- Topic: Drawing frame borders white color
- Replies: 0
- Views: 12077
Drawing frame borders white color
Hello In an existing Excel file, it draw the frame borders white color. XLSReadWriteII51.FileName:='C:\XLSRWII.xlsx'; XLSReadWriteII51.Read; XLSReadWriteII51.CmdFormat.BeginEdit(XLSReadWriteII51[1]); XLSReadWriteII51.CmdFormat.Border.Style := cbsThin; XLSReadWriteII51.CmdFormat.Border.Preset(cbspOut...
- Mon Mar 09, 2020 9:53 am
- Forum: XLSReadWritwII 6
- Topic: Resize comments
- Replies: 6
- Views: 14266
Re: Resize comments
Hello
The sample code you have send is not resizing the dimensions of comments window. Can you please send a working code?
The sample code you have send is not resizing the dimensions of comments window. Can you please send a working code?
- Wed Feb 05, 2020 10:32 am
- Forum: XLSReadWritwII 6
- Topic: Resize comments
- Replies: 6
- Views: 14266
Re: Resize comments
Code: Select all
var
C: TXLSComment;
begin
XLS.Filename:='C:\XLS.xlsx';
C := XLS[0].Comments.Add(1, 1, '', 'text');
C.Xc12Comment.Col1 := 5;
C.Xc12Comment.Col2 := 8;
XLS.Write;
end;
- Mon Feb 03, 2020 10:33 am
- Forum: XLSReadWritwII 6
- Topic: Resize comments
- Replies: 6
- Views: 14266
Re: Resize comments
I couldn't find how to use it, please can you give an example of its usage?
- Tue Jan 14, 2020 11:57 am
- Forum: XLSReadWritwII 6
- Topic: Resize comments
- Replies: 6
- Views: 14266
Re: Resize comments
Hello
Can you send code example please
Can you send code example please
- Tue Jan 07, 2020 6:25 am
- Forum: XLSReadWritwII 6
- Topic: Resize comments
- Replies: 6
- Views: 14266
Resize comments
Code: Select all
XLSReadWriteII51.Filename:='C:\XLSRWII.xlsx';
XLSReadWriteII51[0].Comments.Add(1, 1, '', 'text');
XLSReadWriteII51.Write;
How can I resize comments?
- Thu Jul 18, 2019 1:05 pm
- Forum: XLSReadWritwII 6
- Topic: I can't get sheet tabcolor
- Replies: 1
- Views: 5190
I can't get sheet tabcolor
I can't get the sheet tabcolor. It always return the same number (4026531840)
Code: Select all
XLSReadWriteII51.FileName:='C:\XLSRWII.xlsx';
XLSReadWriteII51.Read;
Label1.Font.Color:=XLSReadWriteII51.Sheets[0].TabColor;
- Wed Dec 26, 2018 2:28 pm
- Forum: XLSReadWritwII 6
- Topic: After the row or column is deleted, the links become corrupt
- Replies: 1
- Views: 4842
After the row or column is deleted, the links become corrupt
XLSReadWriteII51[0].MakeHyperlink(1, 1, 'file:///C:/Temp/Folder_1', 'folder link 1'); XLSReadWriteII51[0].MakeHyperlink(1, 2, 'file:///C:/Temp/Folder_2', 'link 2'); XLSReadWriteII51[0].MakeHyperlink(1, 3, 'file:///C:/Temp/Folder_3', 'link 3'); XLSReadWriteII51[0].MakeHyperlink(1, 4, 'file:///C:/Tem...
- Tue Feb 20, 2018 10:48 am
- Forum: XLSReadWritwII 6
- Topic: Unwanted Border In Cell
- Replies: 1
- Views: 1629
Unwanted Border In Cell
When I use the following code to send to excel, in the cell created there are borders inside cells (cross) How to remove these borders? var XLSReadWriteII51: TXLSReadWriteII5; begin XLSReadWriteII51:=TXLSReadWriteII5.Create(nil); try XLSReadWriteII51.FileName:='C:\Temp\x.xlsx'; XLSReadWriteII51.Shee...
- Thu Dec 10, 2015 10:31 am
- Forum: XLSReadWritwII 6
- Topic: Column formatting problem
- Replies: 1
- Views: 2804
Column formatting problem
The code below should format 4 columns. It works for the first 3 columns, but leaves the fourth column unformatted. var ct: Integer; begin try XLSReadWriteII51.FileName:='C:\XLSReadWriteII.xlsx'; XLSReadWriteII51.Sheets[0].Range.ItemsRef['A1:D10'].BorderInsideVertStyle := cbsThin; XLSReadWriteII51.S...
- Wed Feb 25, 2015 2:23 pm
- Forum: XLSReadWritwII 6
- Topic: Date value in the cell not received as string
- Replies: 1
- Views: 2181
Date value in the cell not received as string
procedure TForm1.Button_ExportClick(Sender: TObject); var d1, d2: TDate; begin d1:=Now; d2:=EncodeDate(2000, 1, 1); XLSReadWriteII51.FileName:='C:\xls_date.xlsx'; XLSReadWriteII51.Sheets[0].AsDateTime[0, 1]:=d1; XLSReadWriteII51.Sheets[0].AsDateTime[0, 2]:=d2; XLSReadWriteII51.Write; end; procedure...
- Wed Dec 10, 2014 2:13 pm
- Forum: XLSReadWritwII 6
- Topic: Inserting row, deletes contents of another random row
- Replies: 0
- Views: 2257
Inserting row, deletes contents of another random row
In the sample code a row is inserted to the excel document (row number 3) When the code is executed, it deletes the contents of row number 3840 Sample Excel file can be downloaded from the link; http://www.avinal.net/xlsrw.rar XLSReadWriteII51.FileName:='C:\XLSRW.xlsx'; XLSReadWriteII51.Read; XLSRea...