![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How would I convert values in an excel spreadsheet into a format that an
image viewer could use? Example: 0-255 values in a table into 0-255 grayscale level. How would I export the values into a format that a graphics program, for example: Paint could use? |
| Ads |
|
#2
|
|||
|
|||
|
Highlight the cells in Excel and while holding down the SHFT key:
Edit > Copy Picture In Paint: Edit > Paste -- Gary''s Student - gsnu200818 "Kirk" wrote: > How would I convert values in an excel spreadsheet into a format that an > image viewer could use? Example: 0-255 values in a table into 0-255 > grayscale level. > > How would I export the values into a format that a graphics program, for > example: Paint could use? |
|
#3
|
|||
|
|||
|
Unfortunatly, that wasn't what I was looking for. The techinuqe you
described simply copied the numbers and posted the numbers in a table into Paint. What I need was something that would show "0" as a black pixel and "255" as a white pixel, with various shades of gray in between. Thanks, Kirk "Gary''s Student" wrote: > Highlight the cells in Excel and while holding down the SHFT key: > Edit > Copy Picture > > In Paint: > > Edit > Paste > -- > Gary''s Student - gsnu200818 > > > "Kirk" wrote: > > > How would I convert values in an excel spreadsheet into a format that an > > image viewer could use? Example: 0-255 values in a table into 0-255 > > grayscale level. > > > > How would I export the values into a format that a graphics program, for > > example: Paint could use? |
|
#4
|
|||
|
|||
|
With a lot of work. First you would need to determine the EXACT format
the filetype of interest is and then write out all the file header info and then the data. Not something Excel will do natively at all, and the best you could do is VB programing toy create said file after you determined the exact structure of the filetype. Kirk wrote: > How would I convert values in an excel spreadsheet into a format that an > image viewer could use? Example: 0-255 values in a table into 0-255 > grayscale level. > > How would I export the values into a format that a graphics program, for > example: Paint could use? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I convert a excel spreadsheet into a picture format? | Stretch | Excel Discussion (Misc queries) | 2 | April 16th 08 11:21 PM |
| Mailmerge data source in Excel with picture | dlw | Excel Discussion (Misc queries) | 0 | March 27th 07 11:48 PM |
| Managing a picture folder with excel data | Neil | Excel Discussion (Misc queries) | 1 | October 8th 06 08:51 PM |
| convert excel document to word document (not a picture) | frendabrenda1 | Excel Discussion (Misc queries) | 2 | October 6th 06 03:55 PM |
| How do I convert a picture (bmp or jpg) to a excel button image? . | Fausto | Excel Discussion (Misc queries) | 0 | April 1st 05 06:39 PM |