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

[write] be strict with dims area #469

Open
JanMarvin opened this issue Dec 10, 2022 · 0 comments
Open

[write] be strict with dims area #469

JanMarvin opened this issue Dec 10, 2022 · 0 comments
Labels
Milestone

Comments

@JanMarvin
Copy link
Owner

Currently when providing dims to write data, we should provide an option to check if the area we are writing to is equal to dims and otherwise we should inform the user, maybe even abort if they don't match. Something like this:

  • user writes 4 x 4 matrix into single cell. error
    • user writes 4 x 4 matrix into 2 x 4 cell. optional warning
    • user writes 4 x 4 matrix into 4 x 2 cell. optional warning
  • user writes 1 cell to 4 x 4 matrix. optional warning

In a second attempt we should respect the user requested cells. If dims "A1:D1;B2:E2" is requested, only these cells should be filled.

This should include #37.

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

No branches or pull requests

1 participant