/** * Spreadsheet Functions Index * * Imports all function categories to register them with the function registry. * Import this file to load all available spreadsheet functions. */ import "./statistical"; import "./mathematical"; import "./logical"; import "./text"; import "./financial"; import "./lookup"; import "./date"; export { functionRegistry } from "../registry";