Import image as binary data to a cell

  • Thread starter Thread starter SpeeD
  • Start date Start date
S

SpeeD

Hi. i need to import a file (jpg) as a binary data, to a cell, for further
processing (transform to base 64)

how can i do this?

Thanks a lot
SpeeD
 
SpeeD said:
Hi. i need to import a file (jpg) as a binary data, to a cell, for further
processing (transform to base 64)

how can i do this?

Short answer is you can't. There is no Excel variable type that can
accept a JPEG stream into a single cell. Best you can hope for is to
read it into an array or range of cells.

Regards,
Martin Brown
 
Back
Top