Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reporting the column/row title in excel #1519

Closed
nvaccessAuto opened this issue May 24, 2011 · 7 comments
Closed

reporting the column/row title in excel #1519

nvaccessAuto opened this issue May 24, 2011 · 7 comments
Milestone

Comments

@nvaccessAuto
Copy link

Reported by Shaimaa on 2011-05-24 22:59
It will be very useful and helpful to add shortcut keys that can enable NVDA to read the title/header of the column and the row. For example, the user may be in the cell number c100 and he needs to remember the column title/header of the column c, it is not practical or fast enough for the user to keep going up and down to know the header specially if there is a kind of follow-up on something with somebody on the phone or the user is dealing with a sheet full of data.

@nvaccessAuto
Copy link
Author

Attachment excel.py added by apostalchen on 2011-12-19 02:49
Description:

@nvaccessAuto
Copy link
Author

Attachment init.py added by apostalchen on 2011-12-19 02:55
Description:
source\config__init__.py

@nvaccessAuto
Copy link
Author

Comment 1 by apostalchen on 2011-12-19 03:01
in response to ticket#1519 that reporting the column/row title in excel
I have written an excel.py such that enable nvda having the hot keys to
report top 5 rows/left 5 columns of cells in excel. for example in cell
number G100 press alt+1 to report A100, press alt+2 to report B100, ...,
and alt+ctrl+1 to report G1, alt+ctrl+2 to report G2, ... etc.
Also i add a toggle key nvda+0 to enable nvda reporting excel cell
content on/off just for your Convenience.
Changes:
State: closed

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2011-12-28 22:36
Not fixed, as it isn't in the main NVDA distribution.

This solution does not integrate well with the way NVDA currently handles row/column header reporting. However, it's a great start.
Changes:
State: reopened

@nvaccessAuto
Copy link
Author

Comment 3 by elliott94 on 2012-10-18 12:39
Should this be set as fixed for 2012.3?

@nvaccessAuto
Copy link
Author

Comment 4 by ruifontes (in reply to comment 3) on 2012-10-18 13:32
In my opnion, no.
First, instead of NVDA sends the mssage:
"Cannot set headers. Please enable reporting of table headers in Document Formatting Settings"
why not set that automatically for the user?

2 - Allow the "set haders details" to be saved in NVDA for that specific file.

Rui

Replying to elliott94:

Should this be set as fixed for 2012.3?

@nvaccessAuto
Copy link
Author

Comment 5 by jteh (in reply to comment 4) on 2012-10-18 22:50
Replying to ruifontes:

First, instead of NVDA sends the mssage:

"Cannot set headers. Please enable reporting of table headers in Document Formatting Settings"

why not set that automatically for the user?

Because this would be changing the user's settings without their knowledge, which is not particularly user friendly.

2 - Allow the "set haders details" to be saved in NVDA for that specific file.

This would be a future enhancement.

Closing as fixed.
Changes:
Milestone changed from None to 2012.3
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant