Crate xlsx_handlebars

Crate xlsx_handlebars 

Source

Re-exports§

pub use errors::XlsxError;
pub use imagesize::get_image_dimensions;
pub use utils::to_column_index;
pub use utils::to_column_name;
pub use utils::timestamp_to_excel_date;
pub use utils::excel_date_to_timestamp;

Modules§

errors
错误类型定义
imagesize
utils

Functions§

render_template
set_panic_hook
console_error_panic_hook 功能启用时,我们可以调用 set_panic_hook 函数 至少一次在初始化过程中,以便在 panic 时获得更好的错误消息。