umya_spreadsheet/helper/
string_helper.rspub(crate) fn _get_currency_code() -> String {
String::from("")
}
pub(crate) fn _get_decimal_separator() -> String {
String::from(".")
}
pub(crate) fn _get_thousands_separator() -> String {
String::from(",")
}