MathNya / umya-spreadsheet

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

Set column and row index to one #88

Closed tomgroenwoldt closed 1 year ago

tomgroenwoldt commented 1 year ago

When adding a comment to a xlsx sheet the process panics due to the index currently starting at 0 by default. This doesn't work as indices start at 1 in the sheet, so it makes sense to adjust the default value.

MathNya commented 1 year ago

hi. tomgroenwoldt Thank you for the PR. Excellent suggestion. We will merge them.

tomgroenwoldt commented 1 year ago

Thanks for the quick response. This is an awesome crate! :)