MathNya / umya-spreadsheet

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

fix(color): add return to `get_argb_with_theme` #192

Closed RoloEdits closed 3 weeks ago

RoloEdits commented 4 weeks ago

If the cell had an indexed color , and get_value for StringValue has None, and thus defaulted to "" in the unwrap_or(""), then it would return "". The check for an indexed color was done, the value just wasn't returned. This pull request adds it.