Nicolás Hatcher
ffe5d1a158
UPDATE: Adds bindings to update timezone and locale
...
UPDATE: Update "generate locale" utility
FIX: Minor fixes to UI and proper support for locales/timezones
UPDATE: Adds "display language" setting to core
2025-12-13 08:12:11 +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
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
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
f803dad0a3
fix: updates test to remove failing edge cases
2025-11-28 20:26:34 +01:00
Elsa Minsut
9193479cce
update: adds xlsx 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
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
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
4649a0c78c
UPDATE: Adds SUMX2MY2, SUMX2PY2 and SUMXMY2 mathematical functions
2025-11-26 20:09:58 +01:00
Nicolás Hatcher
080574b112
UPDATE: Implement FTEST function
2025-11-26 00:30:37 +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
Nicolás Hatcher
41c8d88b80
UPDATE: Adds the rest of the DATABASE functions
2025-11-23 10:48:23 +01:00
Elsa Minsut
774b447c84
update: adds xlsx test for these functions
2025-11-20 22:13:23 +01:00
Nicolás Hatcher
acb90fbb9d
FIX: Issues with trigonometric functions
...
* Right branch for ACOT for negative numbers
* correct error for ACOTH
* Correct approx for COTH for x > 20
2025-11-19 23:53:07 +01:00
Nicolás Hatcher
7676efca44
FIX: Issues with SIGN and EXP
...
Fixes #563
2025-11-19 04:24:23 +01:00
Nicolás Hatcher
eb76d8dd23
FIX: Issues with INT
...
Fixes #535
2025-11-16 20:34:25 +01:00
Nicolás Hatcher
5ff4774c5a
FIX: Cast to string now checks for dates, currencies or percentages
...
Fixes part of #535
2025-11-16 19:45:18 +01:00
Nicolás Hatcher
c52c05aa8e
FIX: Fixes several issues with DATABASE functions
...
Fixes #547
2025-11-16 11:29:57 +01:00
Elsa Minsut
129959137d
update: adds testing for MROUND, TRUNC, and INT ( #542 )
...
* update: available status for implemented functions
* update: adds xlsx test for MROUND, TRUNC and INT
* update: adds unit test for MROUND, TRUNC and INT
2025-11-16 11:25:28 +01:00
Elsa Minsut
4d5af45711
fix: removes failing cases from xlsx test
2025-11-16 11:22:29 +01:00
Elsa Minsut
66b7586730
update: adds xlsx test for ARABIC and ROMAN
2025-11-16 11:22:29 +01:00
Elsa Minsut
e0339f641b
UPDATE: updates test for TIME, HOUR, MINUTE, SECOND ( #461 )
...
* UPDATE: updates test for TIME, HOUR, MINUTE, SECOND
* fix: updates test to remove failing edge cases
* fix: xlsx file rename for compatibility
2025-11-13 18:15:34 +01:00
Nicolás Hatcher
aa953e1ece
UPDATE: Add some DATABASE functions
...
DAVERAGE
DCOUNT
DGET
DMAX
DMIN
DSUM
2025-11-12 23:18:47 +01:00
Elsa Minsut
b1f45511d0
update: adds xlsx test for COMBIN and COMBINA
2025-11-12 20:44:08 +01:00
Nicolás Hatcher
18db1cf052
FIX: Two small fixes to YEARFRAC
...
* Takes abs value in between two dates
* Follows ODFv1.2 part 2 section 4.11.7.7
2025-11-08 22:40:18 +01:00
Elsa Minsut
cea1f67cd0
update: adds xlsx tests for MOD and QUOTIENT
2025-11-08 17:56:07 +01:00
Elsa Minsut
a2d11a42cc
update: adds docs, unit tests and xlsx tests for EVEN and ODD functions ( #517 )
...
* update: adds unit test for EVEN and ODD functions
* update: adds xlsx test for EVEN and ODD functions
* update: adds EVEN and ODD doc pages
* update: Math and Trigonometry main page links to new functions
* update: changes to functions badge type in main Math and Trigonometry page
2025-11-07 04:26:01 +01:00
Elsa Minsut
f30f6864e2
update: adds docs and xlsx tests for DEGREES and RADIANS functions ( #507 )
...
* update: adds DEGREES and RADIANS documentation pages
* update: adds DEGREES and RADIANS xlsx tests
* update: Math and Trigonometry main page links
* update: removes links to missing example file
2025-11-06 22:55:28 +01:00
Nicolás Hatcher Andrés
d4f69f2ec2
UPDATE: Adds missing information functions ( #514 )
...
* UPDATE: Adds missing information functions
Implements N, CELL, INFO and SHEETS
Note that INFO is implemented as N/IMPL! and CELL is not implemented
for those values that is not implemented in Excel for the web
* FIX: Copilot fixes
* FIX: Make clippy happy
2025-11-06 18:58:39 +01:00
Nicolás Hatcher Andrés
68a33a5f87
UPDATE: Adds COMBIN, COMBINA and SUMSQ ( #511 )
2025-11-04 22:16:16 +01:00
Nicolás Hatcher Andrés
e5854ab3d7
UPDATE: Adds ARABIC and ROMAN ( #509 )
2025-11-03 23:44:22 +01:00
Nicolás Hatcher Andrés
7f57826371
UPDATE: Implements BASE and DECIMAL ( #504 )
2025-11-02 23:30:43 +01:00
Nicolás Hatcher Andrés
3e2b177ffe
UPDATE: Adds GCD and LCM functions ( #502 )
...
* UPDATE: Adds GCD and LCM functions
They follow SUM and accept arrays
* FIX: Implement copilot suggestions
2025-11-02 19:50:58 +01:00
Nicolás Hatcher Andrés
b2d848ae2a
UPDATE: Adds a bunch of mathematical functions ( #496 )
2025-11-01 19:32:49 +01:00
Nicolás Hatcher Andrés
6ce4756d55
UPDATE: Adds DEGREES and RADIANS ( #493 )
2025-10-30 23:45:29 +01:00
Nicolás Hatcher Andrés
a768bc5974
Bugfix/nicolas bufixes ( #491 )
...
* UPDATE: package lock
* FIX: Add function definitions
* FIX: Small fix to get FACT working
* FIX: We only need integer FACT and FACTDOUBLE
* FIX: Make clippy happy
2025-10-30 23:24:47 +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
Nicolás Hatcher Andrés
330a018202
FIX: Adds test for TIME/HOUR/MINUTE/SECOND ( #456 )
2025-10-19 15:38:11 +02:00
Brian Hung
dd4467f95d
date time functions ( #425 )
...
* merge networkdays, networkdays.intl #33
* merge time, timevalue, hour, minute, second #35
* merge datedif, datevalue #36
* merge days, days360, weekday, weeknum, workday, workday.intl, yearfrac, isoweeknum #41
* from excel helper
* fix build
* date time macros
* de-dupe weekend
* serial helper
* de-dupe now today
* weekend pattern enum
* remove unused clippy wrong self
* fix docs
* add test coverage
* fix build
* fix cursor comment
* PR coments + xlsx date time
2025-10-19 10:19:19 +02:00
Nicolás Hatcher
8844b80c51
FIX: cargo fmt issue
2025-09-28 17:33:17 +02:00
Nicolás Hatcher
0f8f345aae
UPDATE: have xlsx_2_icalc specify its output name
...
This is nice for deployments
2025-09-28 17:33:17 +02:00