| View previous topic :: View next topic |
| Author |
Message |
gnewt Newbie

Joined: 23 Mar 2003 Posts: 2
|
Posted: Thu Apr 03, 2003 2:14 am Post subject: picture _IN_ a cell |
|
|
Can anyone tell me if it's possible to put a picture inside a cell? Ideally I'd like it to be the result of a formula, but any method of doing so would be fine. I'm catalogueing photographs and a thumbnail of each on the same row of the spreadsheet as the description would be a huge aid.
Cheers
Greg Newton |;^) |
|
| Back to top |
|
 |
dfrench Moderator

Joined: 03 Mar 2003 Posts: 1605 Location: Wellington, New Zealand
|
Posted: Sat Apr 05, 2003 8:55 pm Post subject: |
|
|
I think NOT. The cell contents type may be string, value or formula. Graphics are separate components anchored to the sheet not the cell.
However, the database component of OOo would suit you. Pick a database that supports images (mySQL does) and the DataSource interface will allow you to create a table containing the elements taht you want to put in your spreadsheet. Create a form using autopilot and there you are.
Might be a bit limited though as the grid (spreadsheet) layout of the form does not support images either so the best you cound do 'out of the box' is to show the thumbnail of a selected catalog entry. |
|
| Back to top |
|
 |
gnewt Newbie

Joined: 23 Mar 2003 Posts: 2
|
Posted: Sun Apr 06, 2003 8:20 pm Post subject: |
|
|
Thanks for that reply. I had a feeling I was being optimistic!
Cheers
Greg |;^) |
|
| Back to top |
|
 |
|