Search found 1570 matches

by larsa
Thu Apr 22, 2021 11:56 pm
Forum: XLSReadWritwII 6
Topic: Problem with VBA macros
Replies: 5
Views: 2402

Re: Problem with VBA macros

Hello

Yes, I received the file but as it's an XLS file there will not be any update for this problem. Very few uses XLS files today.
by larsa
Thu Apr 22, 2021 4:44 pm
Forum: XLSReadWritwII 6
Topic: Excel clipboard data
Replies: 4
Views: 1935

Re: Excel clipboard data

Hello

Sorry, XLSReadWriteII can't paste to the clipboard. But Excel (don't know if it works with other apps) will populate the cells if you paste a list with values separated with tabs and the lines ended with CR/LF.
by larsa
Sat Apr 17, 2021 10:47 am
Forum: XLSReadWritwII 6
Topic: Problem with VBA macros
Replies: 5
Views: 2402

Re: Problem with VBA macros

Hello

Send it to: larsa () axolot.com
by larsa
Sat Apr 17, 2021 10:46 am
Forum: XLSReadWritwII 6
Topic: Excel clipboard data
Replies: 4
Views: 1935

Re: Excel clipboard data

Hello

You can try:

Code: Select all

XLS.Clipboard.PasteFromClipboard(Sheet,Col,Row);
by larsa
Sat Apr 17, 2021 10:41 am
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and PDF Export Justification lost
Replies: 1
Views: 1598

Re: DOCXReadWrite and PDF Export Justification lost

Hello

Will fix this in the next update, ready next week.
by larsa
Thu Apr 01, 2021 6:56 am
Forum: XLSReadWritwII 6
Topic: Problem with VBA macros
Replies: 5
Views: 2402

Re: Problem with VBA macros

Hello

Please send me a file with this problem.
by larsa
Sat Mar 06, 2021 5:57 pm
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and pagination
Replies: 1
Views: 1663

Re: DOCXReadWrite and pagination

Hello

I don't think this is possible. Sections are not implemented.
by larsa
Sat Mar 06, 2021 5:56 pm
Forum: AXWWriter and DOCXReadWrite
Topic: How could I get the page count of a document?
Replies: 4
Views: 4805

Re: How could I get the page count of a document?

Hello

Open the file AXWPreviewVcl.pas and take a look at the procedure UpdateUI.
by larsa
Sat Mar 06, 2021 5:55 pm
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite accessing tables data
Replies: 2
Views: 1824

Re: DOCXReadWrite accessing tables data

Hello

There is a InsertRow method in the Table object.

What kind of formatting is it that is lost?
by larsa
Thu Mar 04, 2021 11:16 am
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and PDF Export 2
Replies: 3
Views: 1886

Re: DOCXReadWrite and PDF Export 2

Hello

I did some tests and I could cut the time to 18 seconds when creating and saving 40,000 pages as PDF. Got an out of memory error when trying 80,000 pages. I will post an update next week with this fix.
by larsa
Tue Mar 02, 2021 3:29 pm
Forum: XLSReadWritwII 6
Topic: Warnings and hints on compiling to 64 bit
Replies: 6
Views: 2369

Re: Warnings and hints on compiling to 64 bit

Hello No, not all warnings/hints will not be fixed. I will not alter working code just to close harmless warnings. If you don't like them, use the compiled dcu:s. If you want more warnings/hints, compile the Delphi RTL. You will see plenty of them. My conclusion of that is that warnings and hints is...
by larsa
Sun Feb 28, 2021 7:44 am
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and PDF Export 2
Replies: 3
Views: 1886

Re: DOCXReadWrite and PDF Export 2

Hello

A DOCX file can have max 32768 pages. A PDF can have around 2,600,000 pages depending on the complexity of the pages. What is it that fails? When you execute SaveToFile?
by larsa
Mon Feb 22, 2021 2:15 pm
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite and PDF Export
Replies: 13
Views: 3280

Re: DOCXReadWrite and PDF Export

Hello

I forgot to update the download page, but this is fixed with correct version numbers now.
by larsa
Thu Feb 18, 2021 9:27 am
Forum: AXWWriter and DOCXReadWrite
Topic: DOCXReadWrite append to a PDF
Replies: 1
Views: 1250

Re: DOCXReadWrite append to a PDF

Hello

No, and it will never be. The component is not a pdf for editing pdf:s.