3 releases
Uses new Rust 2024
new 0.1.2 | Apr 15, 2025 |
---|---|
0.1.1 | Apr 14, 2025 |
0.1.0 | Apr 14, 2025 |
#164 in Database implementations
64 downloads per month
37KB
753 lines
- crates.io
- documentation comments
///Read excel file(.xlsx) into polars DataFrame directly.
///
////// let wb = Workbook::open("./test.xlsx").unwrap(); /// let range = wb.get_sheet_range("Sheet1"); /// let df = range.to_dataframe(0); /// println!("{:?}", df); ///
Dependencies
~21–30MB
~475K SLoC