umya-spreadsheet 0.5.3

umya-spreadsheet is a library written in pure Rust and read and write xlsx file.
Documentation
# umya-spreadsheet

[![Crates.io](https://img.shields.io/crates/v/umya-spreadsheet)](https://crates.io/crates/umya-spreadsheet)
[![Crates.io](https://img.shields.io/crates/l/umya-spreadsheet)](https://github.com/MathNya/umya-spreadsheet#license)

## Description

**umya-spreadsheet** is a library written in pure Rust and read and write xlsx file.

## Support Status

| Function | detail | example |
| --- | --- | --- |
| file | read, lazy_read, write | [**here**]https://docs.rs/umya-spreadsheet/latest/umya_spreadsheet/. |
| worksheet | read, new, copy | [**here**]https://docs.rs/umya-spreadsheet/latest/umya_spreadsheet/. |
| cell value | read, edit, formated value. | [**here**]https://docs.rs/umya-spreadsheet/latest/umya_spreadsheet/. |
| cell style | read, edit | [**here**]https://docs.rs/umya-spreadsheet/latest/umya_spreadsheet/structs/struct.Style.html.  |
| columns | read, edit, auto width |  |
| rows | read, edit |  |
| charts | read, edit | [**here**]https://docs.rs/umya-spreadsheet/latest/umya_spreadsheet/structs/struct.Chart.html.  |
| drawings | read, edit(Still might be inconvenient.) |  |
| images | read, edit | [**here**]https://docs.rs/umya-spreadsheet/latest/umya_spreadsheet/structs/struct.Image.html. |
| ole objects | read, edit(Still might be inconvenient.) |  |

## License

MIT