Do you support the camera feature in Excel? I would like to take a spreadsheet that is based on a camera view of other spreadsheet ranges and save as a PDF.
Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Well, I am afraid Aspose.Cells does not support to convert Pdf documents to Excel workbooks. You can use it to convert your Excel files to Pdf documentations.
Sorry for the inconvenience,
Thanks,
Thanks, but that is not my question. I think that I found the answer though. I think that I can use "worksheets.shapes" in Aspose Cells.
This is code for Excel:
Worksheets("Sheet1").Shapes("Picture 1").Left = Worksheets("Sheet1").Range("C14").Left
Worksheets("Sheet1").Shapes("Picture 1").Top = Worksheets("Sheet1").Range("C14").Top
This is an explanation of the Camera Tool:
http://chandoo.org/wp/2008/12/02/excel-camera-tool-help/
Thanks.
Mark
Hi
Thanks for correction. I thought you misspelled convert to camera. Good to know you got the solution.
thanks