Esempio n. 1
0
 public int AddPicture(byte[] pictureData, PictureType format)
 {
     return(XssfWorkbook.AddPicture(pictureData, format));
 }