Nicolás Hatcher
e5a2db4d8c
FIX: Adds localhost in the development server Caddyfile
...
Useful for MacOs
2025-02-22 18:57:13 +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
dd9ca4224d
UPDATE: Select multiple columns/rows
...
Also fixed a bug where a second column would not pick up salyes correctly
2025-02-19 18:26:49 +01:00
Nicolás Hatcher
5aa7617e97
FIX: It it possible to have DF scoped to the first sheet
2025-02-19 13:40:32 +01:00
Nicolás Hatcher
a10d1f4615
FIX: Fix a bug were a new column style would introduce an invalid format
2025-02-15 15:25:36 +00:00
Nicolás Hatcher
1e8441a674
FIX: Displace column styles properly when inserting columns
2025-02-15 15:25:36 +00:00
Nicolás Hatcher
b2c5027f56
FIX: Shows borders correctly in case of frozen rows.
...
Also draws the lines at the correct position
2025-02-15 12:46:11 +00:00
Nicolás Hatcher
91984dc920
FIX: Forces calculation after insert/delete columns/rows
2025-02-15 10:16:05 +00:00
Nicolás Hatcher
74be62823d
FIX: Minor fixes and refactor
2025-02-15 09:46:39 +00:00
Nicolás Hatcher
edd00096b6
FIX: Minor fixes in column/row styles
...
Most notably deleting the formatting does not change width/height
2025-02-15 09:46:39 +00:00
Nicolás Hatcher
d764752f16
FIX: diverse issues with set/delete column and row styles
2025-02-15 09:46:39 +00:00
Nicolás Hatcher
ce6c908dc7
FIX: Delete row/column formatting
...
Also clear formatting clears all formatting including row/column
2025-02-15 09:46:39 +00:00
Nicolás Hatcher
6ee450709a
FIX: Numerous fixes
...
This also fix old issues:
* Top border is only the top border of the selected area
(and not he top border of each cell in the area)
* Same for bottom, left and right borders
Factored out all the border related issues to a new file
2025-02-15 09:46:39 +00:00
Nicolás Hatcher
23ab5dfef2
UPDATE: Add rows/column style APIs
2025-02-15 09:46:39 +00:00
Daniel
7e54cb6aa2
style: added a divider
2025-02-11 15:34:13 +01:00
Daniel
857ebabf16
style: menu padding
2025-02-11 15:34:13 +01:00
Daniel
f0af3048b7
style: replace hex colors with theme colors
2025-02-11 15:34:13 +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
dc8bb6da21
FIX: Undo/redo delete/add page
...
Now we can undo adding or deleting worksheets
2025-02-05 21:52:34 +01:00
Nicolás Hatcher
d866e283e9
UPDATE: Update to React 19.0.0
...
Diverse fixes
2025-02-04 22:04:26 +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
293f7c6de6
FIX: Use @ironcalc/workbook from file and bimp dependencies
2025-01-31 18:44:25 +01:00
Daniel
38325b0bb9
UPDATE: Add an empty state message to the Name Manager
2025-01-31 00:07:50 +01:00
Daniel
282ed16f0d
fix: Remove commented code
2025-01-30 23:41:27 +01:00
Daniel
fd744d28a3
fix: use theme colors on divider
2025-01-30 23:41:27 +01:00
Daniel
9a717daf04
update: makes AddressContainer's width flexible to allow more space on mobile
2025-01-30 23:41:27 +01:00
Daniel
84bf859c2c
fix: remove min-width in formatPicker to avoid input overlay on mobile devices
2025-01-30 23:41:27 +01:00
Daniel
e57101f279
update: remove ironcalc link on mobile, padding adjustments
2025-01-30 23:41:27 +01:00
Nicolás Hatcher
264fcac63c
UPDATE: Exposes the model in UserModel
...
Fixes #262
2025-01-30 07:50:14 +01:00
Nicolás Hatcher
7777f8e5d6
UPDATE: Adds fixes to python upload script
2025-01-29 23:50:33 +01:00
Daniel
6aa73171c7
FIX: Wrong Discord invite link
2025-01-29 18:44:33 +01:00
Daniel
8051913b2d
update: remove the Name Manager from the 'Unsupported Features' page
2025-01-29 18:44:13 +01:00
Daniel
cfa38548d5
update: Name Manager documentation page
2025-01-29 18:44:13 +01:00
Nicolás Hatcher
9787721c5a
UPDATE: Add python workflow to publish on testpypi
2025-01-29 18:41:13 +01:00
Nicolás Hatcher
610b899f66
UPDATE: Add raw API to nodejs bindings
v0.3.1
2025-01-28 20:26:39 +01:00
Nicolás Hatcher Andrés
24fb87721f
Update npm.yml
2025-01-28 08:09:17 +01:00
Nicolás Hatcher
d3bc8b135c
FIX: Try a boolean argument for the CI instead
2025-01-28 08:09:17 +01:00
Daniel González-Albo
0f6d311de2
Merge pull request #252 from ironcalc/fix/dani-delete-sheet
...
UPDATE: Deleting a sheet prompts a confirmation dialog
2025-01-28 01:11:46 +01:00
Daniel
0c15ae194d
Fix: simplified code by having only 1 dynamic message
2025-01-26 19:00:00 +01:00
Nicolás Hatcher
5d429b1660
UPDATE: Add node bindings
v0.3.0
2025-01-26 11:01:42 +01:00
Daniel
20c4a596bf
UPDATE: Localization
2025-01-21 01:21:03 +01:00
Daniel
f07a69260f
UPDATE: Deleting a sheet prompts a confirmation dialog
2025-01-21 01:20:42 +01:00
Nicolás Hatcher
ec4e7b1ca3
FIX: Fix ERF.PRECISE and ERFC.PRECISE links in documentation
2025-01-20 17:22:33 +01:00
Steve Fanning
81d25b6ec9
Add ERFC, ERF.PRECISE and ERFC.PRECISE functions
2025-01-20 17:22:33 +01:00
Nicolás Hatcher
3a001d96b8
FIX: Can cut and paste in Custom Format Dialog
...
Fixes #240
It is a pity we have to do this. There probably is a better way
2025-01-19 22:37: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
feb22cced3
UPDATE: Adds storybook
...
This is a bit on an emergency PR to unblock Dani
2025-01-19 17:38:33 +01:00