Search found 1570 matches

by larsa
Thu Dec 22, 2022 11:02 am
Forum: XLSSpreadSheet version history
Topic: 3.00.16
Replies: 0
Views: 1288

3.00.16

! Merged cells could cause exception.
by larsa
Thu Dec 22, 2022 11:01 am
Forum: XLSSpreadSheet version history
Topic: 3.00.15
Replies: 0
Views: 772

3.00.15

! Cut and Paste possible when ReadOnly.
by larsa
Thu Dec 22, 2022 11:01 am
Forum: XLSSpreadSheet version history
Topic: 3.00.14
Replies: 0
Views: 702

3.00.14

+ Hidden sheets can be hidden. To turn on, set: XSS.Options.HideHiddenSheets := True;
by larsa
Thu Dec 22, 2022 11:00 am
Forum: XLSSpreadSheet version history
Topic: 3.00.13
Replies: 0
Views: 767

3.00.13

! Tabs height where not adjusted for font size.
by larsa
Thu Dec 22, 2022 10:57 am
Forum: XLSReadWriteII version history
Topic: 6.10.13
Replies: 0
Views: 847

6.10.13

+ Improvements on HTML import.
by larsa
Thu Dec 22, 2022 10:55 am
Forum: XLSReadWritwII 6
Topic: 关于数据透视表问题
Replies: 2
Views: 729

Re: 关于数据透视表问题

Hello

Sorry, I can't read chinese.
by larsa
Mon Oct 17, 2022 7:41 am
Forum: XLSReadWritwII 6
Topic: Charts Modifying
Replies: 2
Views: 721

Re: Charts Modifying

Hello

Modifying charts is difficult and it requires a lot of work to find out even the smallest thing. This is not included in the support as it would be like writing the code for you.

The recommended way is to use template charts and only change the source values.
by larsa
Sun Sep 25, 2022 5:16 pm
Forum: XLSSpreadSheet
Topic: Cannot compile 64bit project
Replies: 1
Views: 759

Re: Cannot compile 64bit project

Hello

Is there any error messages?
by larsa
Fri Sep 23, 2022 7:32 am
Forum: XLSSpreadSheet
Topic: Copy to Clipboard
Replies: 2
Views: 648

Re: Copy to Clipboard

Hello

This is not as simple as it might sound as conversion from XLSX to XLS not is implemented.
by larsa
Fri Sep 23, 2022 7:26 am
Forum: AXWWriter and DOCXReadWrite
Topic: table content linespacing
Replies: 2
Views: 760

Re: table content linespacing

Hello You set the format for the table itself, not the cells. To set the cells format, use this: Table := FWriter.Editor.MainDoc.Paras.AddTable; TableFormat:= TAXWPAPX.Create(FWriter.Editor.MainDoc.MasterPAP); TableFormat.LineSpacing := 2; table.AddRows(2, 3); for j := 0 to 2 do begin Table.Cells[0,...
by larsa
Fri Sep 02, 2022 7:46 am
Forum: XLSSpreadSheet
Topic: XLSSpreadSheet compile error
Replies: 4
Views: 953

Re: XLSSpreadSheet compile error

Hello

This can happen if you have several versions of the component installed or if you already have XLSReadWriteII installed. Uninstall XLSReadWriteII or rename the directories with the DCU/PAS files.
by larsa
Mon Aug 22, 2022 4:09 pm
Forum: XLSReadWritwII 6
Topic: Format cells Fill Effects
Replies: 4
Views: 916

Re: Format cells Fill Effects

Hello

Sorry, gradient fill is not possible.
by larsa
Thu Aug 18, 2022 1:29 pm
Forum: XLSReadWritwII 6
Topic: Format cells Fill Effects
Replies: 4
Views: 916

Re: Format cells Fill Effects

Hello

Sorry, I don't understand what you mean. Do you have an example?
by larsa
Mon Jul 18, 2022 10:40 am
Forum: AXWWriter and DOCXReadWrite
Topic: A problem about docxreadwrite
Replies: 1
Views: 705

Re: A problem about docxreadwrite

Hello

Please send me a RTF file with this problem.
by larsa
Tue Jun 21, 2022 12:01 pm
Forum: AXWWriter and DOCXReadWrite
Topic: AXWriter Readonly
Replies: 1
Views: 599

Re: AXWriter Readonly

Hello

There is no Read only option but you ca use the Preview component if you don't want to disable editing.