MathNya / umya-spreadsheet

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

set_height does not change the height of a row #86

Closed aaronrolls closed 10 months ago

aaronrolls commented 1 year ago

While set_width() for a column works well, set_height() for a row does not appear to do anything.

book.get_sheet_by_name_mut(sheet).unwrap().get_row_dimension_mut(&row).set_height(32.0);

The above is what I am using sheet is an &str and &row is an u32.

MathNya commented 1 year ago

Thank you for your report. We will correct the issue as soon as possible. And we will contact you again when the response is complete.

aaronrolls commented 1 year ago

Thanks

MathNya commented 1 year ago

The latest version has been released. Please check after obtaining the latest version.