Wednesday, April 9, 2014

Add, Delete, Update Pictures & OLE Objects in Excel Worksheet Using PHP SDK

What's New in this Release?

We are pleased to announce the release of Aspose for Cloud PHP SDK as per Aspose for Cloud 1.1.6.5. With this new release, the create, read, manipulate and export features are greatly improved. You can add, update or delete pictures and OLE objects, and set different options including auto-fit rows when saving Microsoft Excel workbooks as other formats. Here are some of these features
  • Add OleObject – Add a new OLE object to a Microsoft Excel worksheet. The oleobjects resource can be used and a PUT request can be sent (specifying options for OLE object) to add a new OLE object.
  • Update OleObject – Update a specific OLE object in a worksheet. The oleobject resource can be used and a POST request can be sent (specifying options to update) to update an existing OLE object.
  •  Delete OleObject – Delete an existing OLE object from a worksheet. The oleobject resource can be used and a DELETE request can be sent to delete a specific object.
  •  Delete all OleObjects – Delete all OLE objects from a worksheet. The oleobjects resource can be used and a DELETE request can be sent to delete all OLE objects.
  • Add a Picture – Add a new picture to a worksheet. The pictures resource can be used and a PUT request can be sent (specifying options for picture) to add a new picture.
  • Update a Picture – Update a specific picture in a worksheet. The picture resource can be used and a POST request can be sent (specifying options to update) to update an existing picture.
  • Delete a Picture – Delete an existing picture from a worksheet. The picture resource can be used and a DELETE request can be sent to delete a specific picture.
  • Delete all Pictures – Delete all pictures from a worksheet. The pictures resource can be used and a DELETE request can be sent to delete all pictures.
  • Convert PDFs from Remote Server – Convert Adobe Acrobat PDF files uploaded to a remote server. You can pass URL and format parameters to specify the PDF’s URL and output format and use the PUT method of the convert resource to convert remote PDF files.
Overview: Aspose for Cloud

Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers that offer a unique suite of APIs to work with Word documents, Excel spreadsheets, PowerPoint presentations, PDFs, and email formats and protocols. It supports all features for file processing, document scanning, barcodes creation and recognition, and allows extracting text or images too. You can also work with SaaSpose APIs using REST SDKs that can be called from .NET, Java, PHP and Ruby etc.

No comments:

Post a Comment