Excel Extension
Version 0.9.0
Version:

This extension, contrary to its name, does not provide support for reading Excel files. Instead, see our guides for Excel Import and Export.

It instead provides a function that wraps the number formatting functionality of the i18npool library, which formats numbers per Excel’s formatting rules

Function Description Example Result
text(number, format_string) Format the given number per the rules given in the format_string text(1234567.897, 'h AM/PM') 9 PM
excel_text(number, format_string) Alias for text. text(1234567.897, 'h:mm AM/PM') 9:31 PM
Search Shortcut cmd + k | ctrl + k