update: sets status as available for implemented functions

This commit is contained in:
Elsa Minsut
2025-11-12 00:31:43 +01:00
committed by Nicolás Hatcher Andrés
parent 0e6ded7154
commit e760b2d08e

View File

@@ -11,7 +11,7 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| Function | Status | Documentation |
| ---------- | ---------------------------------------------- | ------------- |
| CELL | <Badge type="info" text="Not implemented yet" /> | |
| CELL | <Badge type="tip" text="Available" /> | |
| ERROR.TYPE | <Badge type="tip" text="Available" /> | |
| INFO | <Badge type="info" text="Not implemented yet" /> | |
| ISBLANK | <Badge type="tip" text="Available" /> | |
@@ -20,7 +20,7 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| ISEVEN | <Badge type="tip" text="Available" /> | |
| ISFORMULA | <Badge type="tip" text="Available" /> | |
| ISLOGICAL | <Badge type="tip" text="Available" /> | |
| ISNA | <Badge type="info" text="Not implemented yet" /> | |
| ISNA | <Badge type="tip" text="Available" /> | |
| ISNONTEXT | <Badge type="tip" text="Available" /> | |
| ISNUMBER | <Badge type="tip" text="Available" /> | |
| ISODD | <Badge type="tip" text="Available" /> | |
@@ -30,5 +30,5 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| N | <Badge type="info" text="Not implemented yet" /> | |
| NA | <Badge type="tip" text="Available" /> | |
| SHEET | <Badge type="tip" text="Available" /> | |
| SHEETS | <Badge type="info" text="Not implemented yet" /> | |
| SHEETS | <Badge type="tip" text="Available" /> | |
| TYPE | <Badge type="tip" text="Available" /> | |