MathNya / umya-spreadsheet

A pure rust library for reading and writing spreadsheet files
MIT License
238 stars 41 forks source link

`StringValue` utilization and other minor changes #198

Closed agentjill closed 1 week ago

agentjill commented 1 week ago

Changed all struct fields of Option<String> to StringValue which is internal making the codebase more streamlined, and other minor changes. Note: Maybe a breaking change due to pub fn surface changes for API's to be more flexible

MathNya commented 1 week ago

@agentjill Thank you very much. We will merge them.