MathNya / umya-spreadsheet

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

CellCoordinates should implement clone features #177

Closed shijunti19 closed 3 months ago

shijunti19 commented 4 months ago

use umya_spreadsheet::helper::coordinate::CellCoordinates;

CellCoordinates are used in many places, and I think they should have clone features

image He should be asked to reuse it

MathNya commented 4 months ago

@shijunti19 This will be addressed in the next version update.

MathNya commented 4 months ago

@shijunti19 We have released 1.2.1 which fixes this problem. Please check it out.