Implement UNICODE function

This commit is contained in:
Bruno Carvalhal
2024-11-10 14:25:10 +01:00
committed by Nicolás Hatcher Andrés
parent d681f63b25
commit 726bf677ed
5 changed files with 94 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ mod test_fn_sum;
mod test_fn_sumifs;
mod test_fn_textbefore;
mod test_fn_textjoin;
mod test_fn_unicode;
mod test_forward_references;
mod test_frozen_rows_columns;
mod test_general;