Search found 1557 matches

by larsa
Mon May 08, 2023 8:11 am
Forum: XLSReadWriteII version history
Topic: 6.01.16
Replies: 0
Views: 15

6.01.16

! AV when exporting to HTML.
by larsa
Thu Dec 22, 2022 11:02 am
Forum: XLSSpreadSheet version history
Topic: 3.00.16
Replies: 0
Views: 99

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: 74

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: 50

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: 65

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: 135

6.10.13

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

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: 173

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: 182

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: 126

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: 207

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: 212

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: 252

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: 252

Re: Format cells Fill Effects

Hello

Sorry, I don't understand what you mean. Do you have an example?