Skip to content

Import export xlsx icalc separate wasm#11

Open
BrianHung wants to merge 439 commits into
mainfrom
import-export-xlsx-icalc-separate-wasm
Open

Import export xlsx icalc separate wasm#11
BrianHung wants to merge 439 commits into
mainfrom
import-export-xlsx-icalc-separate-wasm

Conversation

@BrianHung

Copy link
Copy Markdown
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

@cursor cursor Bot left a comment

Copy link
Copy Markdown

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.

Comment thread base/src/user_model/ui.rs
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
Copy Markdown

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

dg-ac and others added 28 commits November 23, 2025 13:03
…arning

update: add data-storage warnings to the app
Uses statrs for numerical functions

REFACTOR: Put statistical functions on its own module

This might seem counter-intuitive but the wasm build after this refactor
is 1528 bytes smaller :)
These are all functions that follow a very simmilar path code
* GAUSS
* HARMEAN
* KURT
* MAXA
* MEDIAN
* MINA
* RANK.EQ
* RANK.AVG
* SKEW
* SKEW.P
* SMALL
* LARGE
rezat-c and others added 30 commits January 21, 2026 23:23
this allows emotion theme to pick up outside context
adding Documentation for CHOOSE function
After ironcalc#683 this broke the translation :S
Resolved conflicts:
- .github/workflows/rust-build-test.yaml: accepted deletion (replaced by build-test.yaml in main)
- Cargo.lock: accepted main's version
- Makefile: kept xlsx_wasm build steps, added test-python target from main
- bindings/wasm/Cargo.toml: kept ironcalc (xlsx) dependency, updated versions to 0.7
- bindings/wasm/src/lib.rs: kept js_name attribute, added language_id parameter
- load_from_icalc_bytes now requires language_id
- fromXLSXBytes and toXLSXBytes now require language_id
- Update tests to pass language_id argument
- Update Model constructors to use 4 arguments
- Add lifetime parameter to load_from_icalc_bytes function
- Fix code formatting in xlsx.rs
- Add wasm32-unknown-unknown target to lint-all and test-js jobs
- Install wasm-bindgen-cli for test-js job (needed for xlsx_wasm build)
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.