xls2txt 1.2.0

Command-line utility to convert stylesheets (ODS or excel) to text
1
2
3
fn main() -> Result<(), xls2txt::Errors> {
    xls2txt::run("comma-separated (by default) text", "\n", ",")
}