Nicolás Hatcher Andrés
a890865eaf
FIX: Quote sheet names properly ( #486 )
...
Fixes #485
2025-10-29 23:26:18 +01:00
Nicolás Hatcher Andrés
fad8bc7d0c
UPDATE: Update release to 0.6.0 ( #463 )
...
Should we have a single version number at the root?
2025-10-19 18:32:07 +02:00
Matt Lehrer
3e9c69f122
add model.evaluate() call
2025-09-28 12:03:28 +02:00
Andrew Grosser
d122f0cbd1
irconcalc code style enforcement
2025-09-13 09:35:35 +02:00
Andrew Grosser
1476e8f6da
added dimensions
...
Signed-off-by: Andrew Grosser <dioptre@gmail.com >
2025-09-13 09:35:35 +02:00
Nicolás Hatcher
71d6a3d66c
FIX: Make copilot happy
...
Oh wait, that's a thing now?
2025-08-02 16:11:38 +02:00
Nicolás Hatcher
07854f1593
UPDATE: Python bindings for the user API
2025-08-02 16:11:38 +02:00
BrianHung
caf26194df
feat: implement move column move row with tests
2025-07-26 10:37:03 +02:00
BrianHung
d45e8fd56d
add row height test case + nodejs bindings
2025-07-26 10:37:03 +02:00
BrianHung
c2777c73ac
feat: implement move column move row with tests
2025-07-26 10:37:03 +02:00
BrianHung
51f2da8663
deprecate singlular case insert delete rows columns
2025-07-24 22:51:39 +02:00
BrianHung
2d23f5d4e4
feat: insert delete rows cols
2025-07-24 22:51:39 +02:00
Nicolás Hatcher
9852ce2504
UPDATE: Text spills now to adjacent cells if needed
2025-07-19 09:07:11 +02:00
Nicolás Hatcher
46b1ade34a
FIX: Adds sheet "block" navigation
...
This was a left over from the old days
Control+right arrow takes you to the next cell with text
or the end of the block
NB: Missing tests
2025-07-17 18:39:46 +02:00
Nicolás Hatcher
b0a5e2553a
FIX: Include "tests" is the set of phony files
...
Ooops. First time this actually bites me....
2025-06-15 21:16:09 +02:00
Brian Hung
5ca50f15d7
feat: use wasm-bindgen unchecked_return_type
2025-06-14 11:11:50 +02:00
Nicolás Hatcher
6ac8f7e948
FIX: Use local typescript instead of global
2025-04-15 15:52:07 +02:00
Nicolás Hatcher
5c13f241c6
FIX: Fixes for the CI builds
2025-02-28 12:00:54 +01:00
Nicolás Hatcher
26b20eea43
UPDATE: Bump versions to 0.5
2025-02-28 01:00:50 +01:00
Nicolás Hatcher
409b77c210
FIX: Default size should be 13 pixels
2025-02-26 20:29:36 +01:00
Nicolás Hatcher
fc7335707a
UPDATE: Double click resizes columns/rows automatically
2025-02-19 18:26:49 +01:00
Nicolás Hatcher
4095b7db6e
UPDATE[API rename]: set_column_with => set_columns_with
...
Similarly set_row_height => set_rows_height
2025-02-19 18:26:49 +01:00
Nicolás Hatcher
99125f1fea
UPDATE: Adds cell context menu
2025-02-07 19:15:55 +01:00
Nicolás Hatcher
f96481feb8
UPDATE: Update documentation
2025-02-06 20:48:38 +01:00
Nicolás Hatcher
8a54f45d75
UPDATE: Add clear formatting
...
Fixes #267
2025-02-04 19:02:05 +01:00
Nicolás Hatcher
42d557d485
UPDATE: Python docs
2025-02-01 17:18:02 +01:00
Nicolás Hatcher
7777f8e5d6
UPDATE: Adds fixes to python upload script
2025-01-29 23:50:33 +01:00
Nicolás Hatcher
610b899f66
UPDATE: Add raw API to nodejs bindings
2025-01-28 20:26:39 +01:00
Nicolás Hatcher
5d429b1660
UPDATE: Add node bindings
2025-01-26 11:01:42 +01:00
Nicolás Hatcher
69ca1f178c
FIX: Uses python3 if python is not available
2025-01-19 22:27:00 +01:00
Nicolás Hatcher
c88304ba96
FIX: Fixes from "the big split"
2025-01-19 14:43:30 +01:00
Nicolás Hatcher
ff0d05e3a0
FIX: Make clippy happy (upgrade dependencies)
2025-01-19 14:31:58 +01:00
Nicolás Hatcher
8215cfc9fb
UPDATE: split the webapp in a widget and the app itself
...
This splits the webapp in:
* IronCalc (the widget to be published on npmjs)
* The frontend for our "service"
* Adds "dummy code" for the backend using sqlite
2025-01-17 19:27:55 +01:00
Nicolás Hatcher
669a5eec39
FIX: Removes types.js after used
2024-12-28 14:49:32 +01:00
Nicolás Hatcher
86213a8434
FIX: Add test for get_defined_name_list
...
Also uses the scope instead of the opaque sheet_id
2024-12-26 10:21:21 +01:00
Nicolás Hatcher
e455ed14ea
UPDATE: API for defined names
2024-12-26 10:21:21 +01:00
Nicolás Hatcher
5d8e6255a3
UPDATE: Hide/Unhide sheets
2024-12-20 00:49:33 +01:00
Nicolás Hatcher
e098105531
FIX: When cut and paste to a different sheet origin is removed
...
Fixes #193
2024-12-16 08:01:51 +01:00
Sinan Yumurtacı
5f3856350b
ugh
2024-12-12 05:49:25 +01:00
Sinan Yumurtaci
075760b7ba
typo
2024-12-12 05:49:25 +01:00
Andrew Grosser
3d517a4af4
added updates from cargo fmt
2024-12-05 23:29:40 +01:00
Andrew Grosser
1734fd5740
added missing api functions for get_cell*
2024-12-05 23:29:40 +01:00
Nicolás Hatcher
e065477b5a
FIX: Make clippy happy
...
This is mostly Rust 1.83
2024-11-29 19:55:12 +01:00
Nicolás Hatcher
472740f296
UPDATE: Use regex-lite crate instead of of regex
...
This removes almost 1Mb form the generated wasm(!!!)
2024-11-29 19:55:12 +01:00
Nicolás Hatcher
d08fe32f97
FIX: color picker and border issues
2024-11-27 22:55:39 +01:00
Nicolás Hatcher
8ed0ab25f6
FIX: Fix run of python examples
...
This needs to be properly fixed
2024-11-26 20:13:41 +01:00
Nicolás Hatcher
49ae2d8915
FIX: Forbid unwrap, expect and panic in the base code
2024-11-17 11:59:10 +01:00
Nicolás Hatcher
0c69889832
FIX: Column/Row width/height UI issues
2024-10-31 22:43:43 +01:00
Nicolás Hatcher
04d8c658ab
UPDATE: Adds cut/paste
2024-10-31 22:43:43 +01:00
Nicolás Hatcher
80273a88ec
FIX: When creating a new sheet, select it
...
Fixes #100
2024-10-24 21:54:34 +02:00