style_catalogue_add_excel_num_format: Manually add an Excel num format to the style catalogue

Description Usage Arguments Examples

Description

Manually add an Excel num format to the style catalogue

Usage

1
style_catalogue_add_excel_num_format(tab, style_string, excel_num_format)

Arguments

tab

a table object

style_string

the name (key) in the tab$style_catalogue

excel_num_format

an excel number format e.g. "#.00"

Examples

1
2
tab <- xltabr::initialise()
tab <- style_catalogue_add_excel_num_format(tab, "currency2", "£ #,###")

moj-analytical-services/xltabr documentation built on May 9, 2019, 9:59 p.m.