Search found 22 matches

by ykarapinar
Fri Aug 06, 2021 9:57 am
Forum: XLSReadWritwII 6
Topic: height and width of the comment window
Replies: 0
Views: 2466

height and width of the comment window

Hello
How can I set the height and width of the comment window?

XLS[0].Comments.Add(1, 4, '', 'Hello world');
by ykarapinar
Wed May 26, 2021 1:38 pm
Forum: XLSReadWritwII 6
Topic: Font name of the Comment
Replies: 2
Views: 1762

Re: Font name of the Comment

Hello,

This matter is urgent to us waiting for your response as soon as possible thank you.
by ykarapinar
Tue May 25, 2021 8:20 am
Forum: XLSReadWritwII 6
Topic: Font name of the Comment
Replies: 2
Views: 1762

Font name of the Comment

Hello
How can I change the font name of the comment?

XLSReadWriteII6[0].Comments.Add(1, 1, '', 'text')
by ykarapinar
Tue Mar 10, 2020 7:19 am
Forum: XLSReadWritwII 6
Topic: Drawing frame borders white color
Replies: 0
Views: 9789

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...
by ykarapinar
Mon Mar 09, 2020 9:53 am
Forum: XLSReadWritwII 6
Topic: Resize comments
Replies: 6
Views: 12594

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?
by ykarapinar
Wed Feb 05, 2020 10:32 am
Forum: XLSReadWritwII 6
Topic: Resize comments
Replies: 6
Views: 12594

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;
I still can't resize. Am I missing something?
by ykarapinar
Mon Feb 03, 2020 10:33 am
Forum: XLSReadWritwII 6
Topic: Resize comments
Replies: 6
Views: 12594

Re: Resize comments

I couldn't find how to use it, please can you give an example of its usage?
by ykarapinar
Tue Jan 14, 2020 11:57 am
Forum: XLSReadWritwII 6
Topic: Resize comments
Replies: 6
Views: 12594

Re: Resize comments

Hello

Can you send code example please
by ykarapinar
Tue Jan 07, 2020 6:25 am
Forum: XLSReadWritwII 6
Topic: Resize comments
Replies: 6
Views: 12594

Resize comments

Code: Select all

XLSReadWriteII51.Filename:='C:\XLSRWII.xlsx';
XLSReadWriteII51[0].Comments.Add(1, 1, '', 'text');
XLSReadWriteII51.Write;
Hello
How can I resize comments?
by ykarapinar
Thu Jul 18, 2019 1:05 pm
Forum: XLSReadWritwII 6
Topic: I can't get sheet tabcolor
Replies: 1
Views: 4617

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;
by ykarapinar
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: 4150

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...
by ykarapinar
Tue Feb 20, 2018 10:48 am
Forum: XLSReadWritwII 6
Topic: Unwanted Border In Cell
Replies: 1
Views: 1120

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...
by ykarapinar
Thu Dec 10, 2015 10:31 am
Forum: XLSReadWritwII 6
Topic: Column formatting problem
Replies: 1
Views: 2110

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...
by ykarapinar
Wed Feb 25, 2015 2:23 pm
Forum: XLSReadWritwII 6
Topic: Date value in the cell not received as string
Replies: 1
Views: 1618

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...
by ykarapinar
Wed Dec 10, 2014 2:13 pm
Forum: XLSReadWritwII 6
Topic: Inserting row, deletes contents of another random row
Replies: 0
Views: 1783

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...