Skip to content

Conversation

@BrianHung
Copy link
Owner

No description provided.

@BrianHung BrianHung force-pushed the import-export-xlsx-icalc-separate-wasm branch from 3fe119d to b9f70b0 Compare June 12, 2025 22:25
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bugbot free trial expires on August 2, 2025
Learn more in the Cursor dashboard.

return Err(format!(
"The selected cell is not in one of the corners. Column '{selected_column}' and column range '({start_column}, {end_column})'"
));
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Row and Column Selection Comments Swapped

The comments describing full row and full column selections are swapped. The code block for start_row == 1 && end_row == LAST_ROW correctly handles full column selections but is incorrectly commented as 'full row selected'. Similarly, the block for start_column == 1 && end_column == LAST_COLUMN correctly handles full row selections but is incorrectly commented as 'full column selected'. While the validation logic within these blocks is correct for the actual selection type, the comments are misleading.

Locations (1)

Fix in CursorFix in Web

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants