spsheet-rs
A xlsx or ods read and write library
Description
spsheet-rs is is a pure Rust library to read and write any xlsx and ods file.
Features
- xlsx Read
- xlsx Write
- ods Read
- ods Write
- Cell Value
- Cell Date Format(partialy support)
- Cell Digit Format
- Cell Border
- Cell Color
- Cell Width
- Cell Hegiht
- Formular
Examples
extern crate spsheet;
use ods;
use xlsx;
use ;
use Style;
use Path;
let mut book = new;
let mut sheet = new;
sheet.add_cell;
sheet.add_cell;
sheet.add_cell;
sheet.add_cell;
sheet.add_cell;
sheet.add_cell;
book.add_sheet;
let _ = write;
let res = read.unwrap;
assert_eq!;
let _ = write;
let res = read.unwrap;
assert_eq!;
If I can find Google Shreadsheet API Library in Rust, I'll support Google Shpeadsheet.