rxls 0.1.2

Native Rust spreadsheet library: reads .xls (BIFF8/5/7), .xlsx, .xlsb, .ods and writes .xlsx. Typed cells, formulas, panic-free, no JVM/POI.
Documentation
{
  "apache-poi/test-data/spreadsheet/date.xlsb": [
    "2013-01-12"
  ],
  "apache-poi/test-data/spreadsheet/bug66682.xlsb": [
    "ID",
    "Literal",
    "Fornula",
    "1",
    "True",
    "True",
    "2",
    "False",
    "False",
    "3",
    "1",
    "1",
    "4",
    "1.5",
    "1.5",
    "5",
    "abcd",
    "abcd",
    "6",
    "ERROR",
    "#DIV/0!",
    "7",
    "ERROR",
    "#REF!",
    "8",
    "ERROR",
    "#NAME?",
    "9",
    "ERROR",
    "#N/A"
  ],
  "apache-poi/test-data/spreadsheet/testVarious.xlsb": [
    "String",
    "This is a string",
    "integer",
    "13",
    "float",
    "13.1211231321",
    "currency",
    "3.03",
    "percent",
    "20%",
    "float 2",
    "13.12131231",
    "long int",
    "123456789012345",
    "longer int",
    "1234567890123450",
    "fraction",
    "0.25",
    "date",
    "2017-03-09",
    "comment",
    "contents",
    "hyperlink",
    "tika_link",
    "formula",
    "4",
    "2",
    "formulaErr",
    "#NAME?",
    "formulaFloat",
    "0.5",
    "March",
    "April",
    "customFormat1",
    "46/1963",
    "merchant1",
    "1",
    "3",
    "customFormat2",
    "3/128",
    "merchant2",
    "2",
    "4",
    "text test",
    "the",
    "the",
    "quick",
    "comment6"
  ],
  "calamine/tests/date.xlsb": [
    "2021-01-01",
    "15",
    "2021-01-02",
    "16",
    "255:10:10",
    "17"
  ],
  "calamine/tests/date_1904.xlsb": [
    "2021-01-01",
    "15",
    "2021-01-02",
    "16",
    "255:10:10",
    "17"
  ],
  "calamine/tests/issue_419.xlsb": [
    "Hello"
  ],
  "calamine/tests/issues.xlsb": [
    "1",
    "1.5",
    "ab",
    "False",
    "test",
    "2016-10-20",
    "1",
    "a",
    "2",
    "b",
    "3",
    "c",
    "0",
    "0.5",
    "1",
    "2",
    "ab",
    "False",
    "&",
    "<",
    ">",
    "aaa ' aaa",
    "\"",
    "",
    "֍",
    "àâéêèçöïî«»"
  ]
}