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

Option to fill hidden cols according to main column #67

Closed
Freymaurer opened this issue Dec 2, 2020 · 1 comment
Closed

Option to fill hidden cols according to main column #67

Freymaurer opened this issue Dec 2, 2020 · 1 comment
Assignees
Labels
Host: Excel Issues regarding Excel interop Type: Feature Request This item is confirmed by the maintainers to be a request for a new feature
Milestone

Comments

@Freymaurer
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
While working on Issue #48 a rising need to have an option to fill all hidden columns with the correct input. An average user would paste a term into a column (together with the info for the hidden cols) or even paste it into multiple rows at once. But if he then extends the rows and copy pastes the info in the new rows, the hidden cols would be empty.

Describe the solution you'd like
For now we should just implement a button to fill empty cells in hidden cols.

Describe alternatives you've considered
Optimally this would happen onChange. But currently we don't know how to allow excel to dispatch app messages.

@Freymaurer Freymaurer added the Type: Feature Request This item is confirmed by the maintainers to be a request for a new feature label Dec 2, 2020
@Freymaurer Freymaurer added Host: Excel Issues regarding Excel interop Priority: Medium labels Dec 2, 2020
@Freymaurer Freymaurer self-assigned this Dec 2, 2020
@Freymaurer Freymaurer added this to the 0.2 milestone Dec 2, 2020
@Freymaurer
Copy link
Collaborator Author

Done, added a icon to the shortcut list which fills all reference columns (hidden).
image
image
And for columns with unit:
image
image

Freymaurer added a commit that referenced this issue Dec 2, 2020
…ion to fill hidden cols according to main column (Issue #67).  Add input assist to delete hidden col cells onChange of main col (Issue #68).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Host: Excel Issues regarding Excel interop Type: Feature Request This item is confirmed by the maintainers to be a request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant