Search found 1557 matches
- 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.
- Wed Jan 11, 2023 10:11 am
- Forum: XLSReadWritwII 6
- Topic: Produced xlsx file is rejected by EU service unless opened and resaved in Excel
- Replies: 4
- Views: 225
Re: Produced xlsx file is rejected by EU service unless opened and resaved in Excel
Hello
What are the error messages?
What are the error messages?
- 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.
- 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.
- 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;
- 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.
- 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.
- Thu Dec 22, 2022 10:55 am
- Forum: XLSReadWritwII 6
- Topic: 关于数据透视表问题
- Replies: 2
- Views: 150
Re: 关于数据透视表问题
Hello
Sorry, I can't read chinese.
Sorry, I can't read chinese.
- 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.
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.
- 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?
Is there any error messages?
- 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.
This is not as simple as it might sound as conversion from XLSX to XLS not is implemented.
- 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,...
- 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.
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.
- 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.
Sorry, gradient fill is not possible.
- 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?
Sorry, I don't understand what you mean. Do you have an example?