Daniel
203d640dbd
fix: workbook height
2025-12-16 21:37:04 +01:00
Daniel González-Albo
ba75ffcf4f
Merge pull request #598 from elsaminsut/testfixes
...
fix: remove duplicate xlsx tests
2025-12-10 00:48:27 +01:00
Daniel
b5c977d3aa
fix: comments
2025-12-09 17:15:39 +01:00
Daniel
4029441cea
fix: tiny details in styling
2025-12-09 17:15:39 +01:00
Daniel
cd47c609a0
update: remove drawer button from toolbar, small fixes
2025-12-09 17:15:39 +01:00
Daniel
ae6acdcdd5
fix: styles
2025-12-09 17:15:39 +01:00
Daniel
c196db2115
update: click on list items selects cells and ranges
2025-12-09 17:15:39 +01:00
Daniel
a3c201e4e4
update: list ranges in menu
2025-12-09 17:15:39 +01:00
Daniel
126e62957a
update: allow opening nm drawer from menu
2025-12-09 17:15:39 +01:00
Daniel
294a651ae5
update: add a name manager menu in formula bar
2025-12-09 17:15:39 +01:00
Elsa Minsut
6f8a1e0da6
fix: syntax fixes in unit tests
2025-12-01 20:23:32 +01:00
Elsa Minsut
205ba6ee2d
fix: removes failing currency edge case
2025-12-01 19:53:18 +01:00
Elsa Minsut
547b331773
fix: xlsx test without array formulas
2025-12-01 19:44:15 +01:00
Nicolás Hatcher
f96612cf23
FIX: NOW test cases
2025-11-28 20:52:34 +01:00
Nicolás Hatcher
745435b950
FIX: Copilot requests
2025-11-28 20:52:34 +01:00
Nicolás Hatcher
4ca996cd3f
UPDATE(easter egg): Add an argument for NOW
...
This shows the time in different timezones
2025-11-28 20:52:34 +01:00
Elsa Minsut
3fbb91c414
fix: deletes old xlsx test with failing cases
2025-11-28 20:26:34 +01:00
Elsa Minsut
93c9c42607
fix: uploads xlsx tests split per function
2025-11-28 20:26:34 +01:00
Elsa Minsut
11edc2378e
fix: deletes old test file and replaces it with detailed one
2025-11-28 20:26:34 +01:00
Elsa Minsut
962e70c834
fix: adds new line at end of file
2025-11-28 20:26:34 +01:00
Elsa Minsut
f803dad0a3
fix: updates test to remove failing edge cases
2025-11-28 20:26:34 +01:00
Elsa Minsut
19580fc1ad
update: warning message shows the function as implemented
2025-11-28 20:26:34 +01:00
Elsa Minsut
e760b2d08e
update: sets status as available for implemented functions
2025-11-28 20:26:34 +01:00
Elsa Minsut
0e6ded7154
update: adds unit test for CELL, INFO, N and SHEETS
2025-11-28 20:26:34 +01:00
Elsa Minsut
db26403432
docs: available status for implemented functions
2025-11-28 20:23:52 +01:00
Elsa Minsut
9193479cce
update: adds xlsx test for SUMSQ
2025-11-28 20:23:52 +01:00
Elsa Minsut
f814a75ae5
update: adds unit test for SUMSQ
2025-11-28 20:23:52 +01:00
Elsa Minsut
c8da5efb5f
update: removes old xlsx test file
2025-11-28 20:23:52 +01:00
Daniel
522e734395
update: use different header styling for full column or row selection
2025-11-28 20:10:24 +01:00
tolgakaan12
2a7d59e512
FIX: Floating-point precision bug in FLOOR functions
...
Fixes #571
- Add EXCEL_PRECISION constant (15 significant digits)
- Fix FLOOR(7.1, 0.1) returning 7.0 instead of 7.1
- Apply to_excel_precision to ratio before floor/ceil operations
- Affects FLOOR, FLOOR.MATH, and FLOOR.PRECISE functions
- Add test_floor with 6 test cases
2025-11-28 20:05:31 +01:00
Nicolás Hatcher
c4142d4bf8
UPDATE: Adds 12 more statistical functions:
...
* GAUSS
* HARMEAN
* KURT
* MAXA
* MEDIAN
* MINA
* RANK.EQ
* RANK.AVG
* SKEW
* SKEW.P
* SMALL
* LARGE
2025-11-28 19:55:43 +01:00
Daniel González-Albo
885d344b5b
Merge pull request #581 from blueboy93/column-documentation
...
Edited Column Documentation
2025-11-27 23:44:18 +01:00
Tom
bed6f007cd
FIX: Typos adjusted. Thanks Elsa!
2025-11-27 20:26:28 +01:00
Tom
dbd1b2df60
FIX: Edits after Elsa's review and further tests
2025-11-27 18:49:32 +01:00
Elsa Minsut
db552047c8
fix: format fixes
2025-11-26 23:57:31 +01:00
Elsa Minsut
bcbacdb0a3
fix: adds missing file format and missing reference in mod
2025-11-26 23:44:42 +01:00
Elsa Minsut
d0f37854d9
fix: removes duplicate COMBIN and COMBINA tests
2025-11-26 23:36:59 +01:00
Elsa Minsut
99b03f70c3
fix: removes duplicate database functions test
2025-11-26 23:35:31 +01:00
Elsa Minsut
3e1605a494
fix: removes a bunch of duplicate math functions tests
2025-11-26 23:33:13 +01:00
Elsa Minsut
d6aad08e73
fix: remove duplicate MROUND, TRUNC, INT test
2025-11-26 23:31:37 +01:00
Nicolás Hatcher
8597d14a4e
UPDATE: Implements CORREL, SLOPE, INTERCEPT, RSQ and STEYX
...
These are all functions that follow a very simmilar path code
2025-11-26 22:33:49 +01:00
Nicolás Hatcher
01b19b9c35
FIX: Add comments. Thank you copilot!
2025-11-26 20:09:58 +01:00
Nicolás Hatcher
4649a0c78c
UPDATE: Adds SUMX2MY2, SUMX2PY2 and SUMXMY2 mathematical functions
2025-11-26 20:09:58 +01:00
Daniel González-Albo
cd0baf5ba7
Merge pull request #591 from ironcalc/dani/app/mobile-adjustments
...
fix: mobile issues in app
2025-11-26 00:51:08 +01:00
Daniel
167d169f1a
chore: use a constant instead of a number
2025-11-26 00:44:06 +01:00
Nicolás Hatcher
080574b112
UPDATE: Implement FTEST function
2025-11-26 00:30:37 +01:00
Daniel
6056b8f122
fix: mobile issues
2025-11-26 00:01:12 +01:00
Nicolás Hatcher
e61b15655a
UPDATE: Adds a bunch of tests
2025-11-25 01:20:03 +01:00
Nicolás Hatcher
6822505602
UPDATE: Adds 56 functions in the Statistical section
...
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 :)
2025-11-25 01:20:03 +01:00
Tom
25f7891343
FIX: added missing comma (Thanks copilot!)
2025-11-24 18:36:58 +01:00