Search found 7 matches
- Tue Jun 16, 2020 8:11 am
- Forum: XLSSpreadSheet
- Topic: Excel 97 (xls) open password failed
- Replies: 0
- Views: 6199
Excel 97 (xls) open password failed
Dear Larsa, I have tried to load the Excel 97 (xls) open password protected file with the latest version of XSS but failed. The file was created as follows: - Open a blank workbook in MS Excel 2016 (64-bit) under Windows 10 64-bit - Save the file as the Excel 97-2003 workbook with the Password to op...
- Tue Mar 03, 2020 4:00 am
- Forum: XLSSpreadSheet
- Topic: Move focus to selected cell
- Replies: 9
- Views: 24752
Re: Move focus to selected cell
After trying many attempts, the solution is so simple:
FXSS.Read;
FXSS.Read;
- Fri Feb 21, 2020 1:06 am
- Forum: XLSSpreadSheet
- Topic: Move focus to selected cell
- Replies: 9
- Views: 24752
Re: Move focus to selected cell
Dear Lars,
I have tried your suggestion but the result still keeps unexpected for backward focus changing.
Call FXSS.InvalidateAndReloadSheet, tests with/without data have the same results.
Please kindly advise.
I have tried your suggestion but the result still keeps unexpected for backward focus changing.
Call FXSS.InvalidateAndReloadSheet, tests with/without data have the same results.
Please kindly advise.
- Thu Feb 20, 2020 11:03 am
- Forum: XLSSpreadSheet
- Topic: Move focus to selected cell
- Replies: 9
- Views: 24752
Re: Move focus to selected cell
Hi Lars,
Thank you for your reply but unfortunately, it still does not work.
You can try yourself with the 'XLSSpreadSheetAdvanced.dproj' sample.
Thank you for your reply but unfortunately, it still does not work.
You can try yourself with the 'XLSSpreadSheetAdvanced.dproj' sample.
- Wed Feb 19, 2020 12:18 pm
- Forum: XLSSpreadSheet
- Topic: Move focus to selected cell
- Replies: 9
- Views: 24752
Re: Move focus to selected cell
App will show properly if moving focus forward, means from cell with low address to higher one, for example A1 -> BC10. However, when going backward the display is not expected: Cursor moves to correct address but screen remains the same. I am thinking of going back to A1 cell, refresh the sheet and...
- Wed Feb 19, 2020 3:15 am
- Forum: XLSSpreadSheet
- Topic: Move focus to selected cell
- Replies: 9
- Views: 24752
Re: Move focus to selected cell
Solution is:
XSS.SetCursorPos(SheetIndex, 0, 49);
XSS.SetCursorPos(SheetIndex, 0, 49);
- Tue Feb 18, 2020 7:51 am
- Forum: XLSSpreadSheet
- Topic: Move focus to selected cell
- Replies: 9
- Views: 24752
Move focus to selected cell
Please kindly advise how to move focus to the selected cell.
E.g. when set the 'A50' in the cell name and Enter, the display will show the A50 cell.
Thank you in advance for your help!
E.g. when set the 'A50' in the cell name and Enter, the display will show the A50 cell.
Thank you in advance for your help!