Search found 5 matches
- Tue Dec 04, 2018 9:47 am
- Forum: XLSReadWritwII 6
- Topic: Mass import and OnProgress property
- Replies: 1
- Views: 4712
Mass import and OnProgress property
Hello, I try to use TXLSReadWriteII5.OnProgress property to get a control during reading from Excel files with DirectRead set to false . But it seems this functionality doesn't work properly. I mean - the procedure I use for OnProgress property is not called at all. How can I get a control and show ...
- Tue Dec 04, 2018 9:27 am
- Forum: XLSReadWritwII 6
- Topic: Import from .ots (OpenOffice, LibreOffice) files
- Replies: 5
- Views: 7303
Re: Import from .ots (OpenOffice, LibreOffice) files
Thank you for the reply.
You do not write about this functionality in the future updates, so does it mean you don't plan such a progress of your product?
Michal
You do not write about this functionality in the future updates, so does it mean you don't plan such a progress of your product?
Michal
- Tue Dec 04, 2018 8:57 am
- Forum: XLSReadWritwII 6
- Topic: TXLSGrid and Sheet selection
- Replies: 2
- Views: 5205
Re: TXLSGrid and Sheet selection
Thank you. I'll wait for the next update.
Michal
Michal
- Sun Dec 02, 2018 2:12 am
- Forum: XLSReadWritwII 6
- Topic: TXLSGrid and Sheet selection
- Replies: 2
- Views: 5205
TXLSGrid and Sheet selection
Hi,
How can I get information that another Sheet in TXLSGrid has been selected?
Is there any method similar to TXLSGrid.OnSheetSelect?
Michal
How can I get information that another Sheet in TXLSGrid has been selected?
Is there any method similar to TXLSGrid.OnSheetSelect?
Michal
- Fri Nov 30, 2018 6:36 pm
- Forum: XLSReadWritwII 6
- Topic: Import from .ots (OpenOffice, LibreOffice) files
- Replies: 5
- Views: 7303
Re: Import from .ots (OpenOffice, LibreOffice) files
Hi, I can read Open Office Calc documents using the above example - thanks a lot. Then I do XLSGrid.Refresh (or Repaint) and then XLS grid shows spreadsheet contents. But no formatting is done - columns size, font - all of that is ignored. Is it possible to solve my problem with that formatting? Mic...