Home > Software engineering >  Cannot copy pictures to FPSPREAD from excel2003
Cannot copy pictures to FPSPREAD from excel2003

Time:10-29

Using VB to do a project, I add the FPSPREAD controls, fpSpread1. CellType=
CellTypePicture fpSpread1. Col=1 fpSpread1. Row=1
FpSpread1. TypePictPicture=LoadPicture () fpSpread1. TypePictPicture=Clipboard. GetData
After the operation, I can CTRL + C to copy pictures from the excel to fpSpread, but cannot copy pictures to fpSpread from excel2003, for what reason? Be urgent!!!!!!

CodePudding user response:

My test environment is in Windows server2003 with Windows 7, the test results are the same in the two kinds of environment, is also the same problem, cannot be copied to the images in the excel2003 FPSPREAD, and can be copied from the excel, don't know if Windows environment problems, or because the format with excel format is not the same as the picture in the excel2003, while FPSPREAD 8.0 does not support excel2003 image format. If FPSPREAD 8.0 does not support excel2003 image format, is there a way through the code conversion, that is, from the force excel2003 image format conversion to excel format images, through the API.
  • Related