[Update] make CellValue internal#100
Conversation
## Changes: - change visibility of `CellValue` to `pub(crate)` - remove internally unused methods that return `CellValue`
|
Since mutators and accessors are already available through |
Sorry for the late reply. |
|
If I could add my 2 cents. I'm not sure how much value would be added by removing it. I do agree it is possible to trip up new users but I think a manual or something like that explaining how to do common things would better manage helping new users and provide content for the AI's to use to better help users. |
Changes:
CellValuetopub(crate)CellValue