Sign In  Sign Up Live-Chat

Laurence Chen

Aspose.Cells for .NET v4.0.3 Released!

Dear Customers,

We have released Aspose.Cells for .NET v4.0.3!

  • Supported image header/footer now!
  • Added new Cells.ImportDataRow method.
  • Added new Workbook.LoadData method.
  • Supported relative path hyperlinks.
  • Supported TEXT function in formula calculation engine.
  • Added ApplyStyle methods for rows and columns
  • Fixed bugs in copying worksheets.
  • Fixed bugs in combining workbooks
Published Friday, September 22, 2006 11:30 AM by Laurence
Filed Under:

Comments

 

bittrkill said:

Anyone know how to use this?

This doesn't seem to work:
Image bmp = new Bitmap( @"C:\image.jpg");
MemoryStream ms = new MemoryStream();
bmp.Save( ms, System.Drawing.Imaging.ImageFormat.Jpeg);
byte[] imgBytes = ms.GetBuffer();
worksheet.PageSetup.SetFooterPicture( 0, imgBytes );
September 27, 2006 4:20 AM
 

bittrkill said:

September 30, 2006 1:04 AM
Anonymous comments are disabled