I’d like to reduce the size of my spreadsheet file. The ods file contains a number of very large jpgs embedded in cells. How do I resize the embedded image (not how it is displayed, but the size of the actually embedded object/jpg).
The only approach that comes to mind is to somehow export all the images (I don’t know how to do that), then somehow convert the embedding into a link to the corresponding export jpg (I don’t know how to do that either), resize the exported images (I know how to do that), then convert all the links into to embedded images (I don’t know how to do that either).