jmcnamara / rust_xlsxwriter

A Rust library for creating Excel XLSX files.
https://crates.io/crates/rust_xlsxwriter
Apache License 2.0
316 stars 25 forks source link

feature request: <Ability to read any cell inside the worksheet> #8

Closed Zarthaax closed 1 year ago

Zarthaax commented 1 year ago

Feature Request

Adds the ability to "check" if a specific cell contains a value of any kind. First time ever commenting and a lower skilled programmer. Forgive me if this is already in the works

jmcnamara commented 1 year ago

The rust_xlsxwriter library can only write Excel files and not read them so there won't be any future syntax for reading cell data. Sorry.